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

AUT-271: make separate tags and docker images pushes for production deploys of autograph-edge #332

Closed
wants to merge 1 commit into from

Conversation

bhearsum
Copy link
Contributor

This change gives us separate tags for prereleases and releases, which will allow our deployment pipeline to separate out stage & production deploys.

I've also adjusted the latest tag to only be used on pushes to main, rather than all deployments. This will ensure that any ongoing dev work against main won't be disrupted if we cut a release.

Here's some example runs in my own repo (they fail, but the important part is the metadata step):

…eploys of autograph-edge

This change gives us separate tags for prereleases and releases, which will allow our deployment pipeline to separate out stage & production deploys.

I've also adjusted the `latest` tag to only be used on pushes to main, rather than all deployments. This will ensure that any ongoing dev work against main won't be disrupted if we cut a release.

Here's some example runs in my own repo (they fail, but the important part is the metadata step):
* [A push to main](https://github.com/bhearsum/autograph-edge/actions/runs/11298955041/job/31428961407), which just generates a `latest` tag
* [Publishing the `1.1.1` prerelease](https://github.com/bhearsum/autograph-edge/actions/runs/11298968687/job/31428998722) just generates a `1.1.1-prerelease` tag
* [Republishing `1.1.1` as a full release](https://github.com/bhearsum/autograph-edge/actions/runs/11298988470/job/31429054717) just generates a `1.1.1` tag
@bhearsum
Copy link
Contributor Author

d'oh, forgot i can't open PRs from a fork here and have tests run. closing to re-open from the main repo.

@bhearsum bhearsum closed this Oct 11, 2024
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.

1 participant