-
Notifications
You must be signed in to change notification settings - Fork 179
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
Add possibility to build images to the dev
repository on post-submit
#9578
Comments
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. |
We will implement this feature but for know it will be postponed until the image-builder is used in production with the corresponding Github Action. |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. |
This issue has been automatically closed due to the lack of recent activity. |
Description
Right now
post-submit
building jobs push to theprod
repository only andpre-submit
to thedev
repo only. It would be nice to have the possibility to build non-prod-oriented images onpost-submit
jobs.Reasons
It should be possible to build dev images built from the latest (for example from a specific branch) images that are not prod-oriented, not accepted by the warden, and used only for development.
Acceptance Criteria
The
post-submit
building jobs should be possible to promote images to thedev
orprod
registries depending on a job configuration.The text was updated successfully, but these errors were encountered: