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

Use release events in github-runners workflow #4

Open
dwinchell opened this issue May 16, 2022 · 0 comments
Open

Use release events in github-runners workflow #4

dwinchell opened this issue May 16, 2022 · 0 comments

Comments

@dwinchell
Copy link
Contributor

Success Criteria:

  • When we merge a change to main, the workflow pushes to the :edge tag in quay, instead of :latest
  • When a GitHub Release is created, the workflow pushes a new Image tag (i.e. when i release version 1.1 of the repository, a quay.io/ploigos/ploigos-github-runner:1.1 tag should be created)
  • When a GitHub Release is created, the :latest tag is also updated to point to the release image (i.e. if :1.1 is the last release, :latest should point to the same image as :1.1)

This might be useful: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release

@dwinchell dwinchell changed the title Create release workflow for github-runners Use events in github-runners workflow Jul 6, 2022
@dwinchell dwinchell changed the title Use events in github-runners workflow Use release events in github-runners workflow Jul 6, 2022
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

No branches or pull requests

1 participant