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

[release-0.2] images: fix the tagging docker images build from new tags #146

Merged

Conversation

fmuyassarov
Copy link
Collaborator

When docker image build workflow is triggered based on the new tag push which usually includes v as prefix, the workflow drops the v prefix. As such, when v0.2.0 tag is pushed to GitHub, we end up with 0.2.0 tags in the docker images. This commit fixes the workflow to keep the v prefix. Currently, our deployments are tagging v0.2.0 tags for the plugins while published images don't include the v and deployment are failing.

When docker image workflow is triggered based on the new tag push
which usually includes v as prefix, the workflow drops the v prefix.
As such, when v0.2.0 tag is pushed to GitHub, we end up with 0.2.0
tags in the docker images. This commit fixes the workflow to keep
the v prefix.

Signed-off-by: Feruzjon Muyassarov <[email protected]>
@fmuyassarov fmuyassarov requested review from klihub and marquiz October 11, 2023 21:24
Copy link
Collaborator

@marquiz marquiz left a comment

Choose a reason for hiding this comment

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

LGTM

@marquiz marquiz merged commit 7055ec6 into containers:release-0.2 Oct 12, 2023
1 check passed
@fmuyassarov fmuyassarov deleted the fix-versioning-images-release-02 branch October 12, 2023 08:20
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