Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes: fix image tagging scheme in publishing workflow. #158

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

klihub
Copy link
Collaborator

@klihub klihub commented Oct 16, 2023

  • use 'v'-prefixed image version tags
  • use 'v'-prefixed versions in binaries

@klihub klihub force-pushed the fixes/workflows/image-tagging branch from 98ae086 to c300630 Compare October 16, 2023 13:43
@klihub klihub force-pushed the fixes/workflows/image-tagging branch from c300630 to e7dd6a1 Compare October 16, 2023 13:47
Don't strip the 'v' prefix from version tags. For consistency, also
inject a leading 'v' prefix to versions derived from release branch
names. IOW, call the image generated from the tip of a release-0.2
branch 'v0.2-unstable' instead of '0.2-unstable'.

Signed-off-by: Krisztian Litkey <[email protected]>
Use a 'v' prefix in the version strings linked into binaries.

Signed-off-by: Krisztian Litkey <[email protected]>
@klihub klihub force-pushed the fixes/workflows/image-tagging branch from e7dd6a1 to a5f7ddd Compare October 16, 2023 13:53
Copy link
Collaborator

@fmuyassarov fmuyassarov left a comment

Choose a reason for hiding this comment

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

LGTM

@fmuyassarov fmuyassarov merged commit eaac40e into containers:main Oct 17, 2023
2 checks passed
@klihub klihub deleted the fixes/workflows/image-tagging branch October 18, 2023 07:31
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.

2 participants