-
Notifications
You must be signed in to change notification settings - Fork 96
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
Upload Plus Docker images to GAR #2192
Conversation
Problem: We want to be able to use NGINX Plus images built from edge and release branches in the NFR workflow Solution: Start pushing Plus images to GAR so they're available to other workflows
4d5d767
to
1e32b23
Compare
@lucacome Are we actually pushing images to ghcr.io? Or are they just cached images to the pipeline and then they disappear? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2192 +/- ##
=======================================
Coverage 87.59% 87.59%
=======================================
Files 96 96
Lines 6698 6698
Branches 50 50
=======================================
Hits 5867 5867
Misses 774 774
Partials 57 57 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Proposed changes
Problem: We want to be able to use NGINX Plus images built from
edge
and release branches in the NFR workflowSolution: Start pushing Plus images to GAR so they're available to other workflows
Closes #2143
Note: We're already pushing all the other images to ghcr.io for
edge
and release branchesChecklist
Before creating a PR, run through this checklist and mark each as complete.
Release notes
If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.