-
Notifications
You must be signed in to change notification settings - Fork 64
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
Automatically publish registry operator release images #1267
Automatically publish registry operator release images #1267
Comments
@johnmcollier: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind task |
Adding as part of #410. |
Blocker to #1194: #410 (comment) |
Starting point for |
Setting changelog:
use: github-native Release result |
Release workflow completed for release image pushing. |
Testing of the release workflow was successful, got triggered and had successful runs on tags |
devfile/registry-operator#56 adds the GH actions needed for this process, still need to resolve implementing OpenShift CI release testing (openshift/release#44995) to close this issue, reopening.. |
Based on revisions to the release process, #1194 (comment), a refactor to the release workflow is needed.
|
PR for GitHub workflow revisions ready for review: devfile/registry-operator#57 |
PR for OpenShift CI prow job revisions ready for review: openshift/release#44995 |
devfile/registry-operator#57 & openshift/release#44995 have been merged, resolving this issue. |
Which area/kind this issue is related to?
/area registry
/kind task
Issue Description
When a new version of the registry operator is published, GitHub Actions workflows should run which automatically publish the release images to Quay.io.
It’s possible to get the release tag when a GitHub Action runs upon the creation of a new release, so it should be a straightforward to tag the image in Quay.io
Guide to creating release workflows: https://birtony.medium.com/setting-up-automated-release-workflow-with-github-actions-628dbca2446e
Release Workflow Trigger Example
Acceptance Criteria
quay.io/devfile/registry-operator
andquay.io/devfile/registry-operator-bundle
on the release changes, use version label as tagRevised by (2023-10-12): @michael-valdron
The text was updated successfully, but these errors were encountered: