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

feat: Tag docker image with major.minor version #20

Merged
merged 3 commits into from
Mar 18, 2024

Conversation

fmarek-kindred
Copy link
Contributor

This changes github action pipeline by:
Creating additional a) docker tag; b) git tag.

To make it easier to refer to the specific "latest stable" PIT version, we add additional generic tag made of 1st two segments of original tag.
A) When we build docker image tagged as v2.0.10 then we will also automagically tag that image with "v2.0", where the new tag will be made from original user tag.
B) We will also tag repo with new tag "v2.0". If it already exists then the new tag will be moved to the new commit.

@fmarek-kindred fmarek-kindred force-pushed the feature/produce_additional_docker_tag branch from 06ef74c to 35dd380 Compare March 18, 2024 02:59
@gk-kindred gk-kindred self-requested a review March 18, 2024 04:19
@fmarek-kindred fmarek-kindred merged commit bdf9dd3 into master Mar 18, 2024
4 checks passed
@fmarek-kindred fmarek-kindred deleted the feature/produce_additional_docker_tag branch March 18, 2024 04:44
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