Skip to content

Update TAG Generation Logic #402

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

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

anishasthana
Copy link
Contributor

The Tag generation logic currently results in the image having a tag like the following:

release-v1.30.0-v.1.30.0

This is as we use both the release branch name and the tag name. What we have previously done to get around this is manually edit the tags once pushed up to Quay. This commit introduces a change such that the generated tag matches the release branch exactly. I think this can be a precursor to us getting rid of the VERSION file altogether.

cc @Maxusmusti

The Tag generation logic currently results in the image having a tag like the following:

release-v1.30.0-v.1.30.0

This is as we use both the release branch name and the tag name. What we have previously done
to get around this is manually edit the tags once pushed up to Quay. This commit introduces a change
such that the generated tag matches the release branch exactly.

Signed-off-by: Anish Asthana <anishasthana1@gmail.com>
Copy link
Collaborator

@Maxusmusti Maxusmusti left a comment

Choose a reason for hiding this comment

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

LGTM

@anishasthana anishasthana merged commit 8ccf757 into project-codeflare:main Jun 6, 2023
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