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

Build conformance images with semver tags #313

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

sudo-bmitch
Copy link
Contributor

This is a rewrite of the GHA to do semver based tags, e.g. v1.0.1 would also push v1.0 and v1. This will make it possible for users to run conformance tests against the latest v1 release without needing to track the individual tags or git shas.

Signed-off-by: Brandon Mitchell git@bmitch.net

Signed-off-by: Brandon Mitchell <git@bmitch.net>
@sudo-bmitch
Copy link
Contributor Author

You can see an example of the tags here: /~https://github.com/sudo-bmitch/distribution-spec/runs/4403232642?check_suite_focus=true#step:5:198

Note, I've disabled the login and push parts of the build for anyone on a fork (so that if they enable GHA they don't deal with errors from missing secrets). I also removed the Go setup in the docker release since we didn't use Go directly in that action.

Copy link
Member

@jzelinskie jzelinskie left a comment

Choose a reason for hiding this comment

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

We can replace some of this with docker's meta action later

@jzelinskie jzelinskie merged commit cf3ca0c into opencontainers:main Feb 17, 2022
@jdolitsky
Copy link
Member

We will need to test this out with an RC release (doesnt build on main)

@jdolitsky jdolitsky mentioned this pull request Sep 15, 2022
@sudo-bmitch sudo-bmitch mentioned this pull request Feb 1, 2024
8 tasks
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.

4 participants