Skip to content

set tag to main#16

Open
vomba wants to merge 1 commit intomainfrom
hani/fix-image-builder-tag
Open

set tag to main#16
vomba wants to merge 1 commit intomainfrom
hani/fix-image-builder-tag

Conversation

@vomba
Copy link

@vomba vomba commented Jan 16, 2026

Change description

  • Is this change including a new Provider or a new OS? (y/n) ____
  • If yes, has the Provider/OS matrix been updated in the readme? (y/n) ____
  • If adding a new provider, are you a representative of that provider? (y/n) ____

Related issues

  • Fixes #

Additional context

Copy link

@simonklb simonklb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description is a bit lacking. What is this and why are you doing it?

@vomba
Copy link
Author

vomba commented Feb 2, 2026

this fixes the building of the 'image-builder' from the main branch, i missed this change from the previous PR.

run: make docker-build
env:
TAG: ${{ steps.get-tag.outputs.TAG }}
TAG: main
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: This would overwrite the main tag each time? Wouldn't we also want the commit hash to be able to use older builds if needed?
Maybe both, so you can reference the latest build with main but also have a copy of each commit?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can create an issue for that as a CI task

run: make docker-build
env:
TAG: ${{ steps.get-tag.outputs.TAG }}
TAG: main
Copy link

@Xartos Xartos Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Can't find this target in the root Makefile. I assume this is this target. If so wouldn't we need to add this?

Suggested change
TAG: main
TAG: main
working-directory: ./images/capi

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might have unintentionally removed the working-directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants