-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Support Google Artifact Registry as target #447
Support Google Artifact Registry as target #447
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #447 +/- ##
==========================================
- Coverage 67.34% 64.48% -2.87%
==========================================
Files 6 6
Lines 392 366 -26
==========================================
- Hits 264 236 -28
- Misses 103 107 +4
+ Partials 25 23 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
5a2340a
to
d80dca9
Compare
d80dca9
to
5d40089
Compare
any update guys? |
amazing guys!! thanks a lot for the effort!! |
Initial implementation to support Google Artifact Registry as a target registry. I have tested this with a GCP account on GKE using Workload Identity (Google's version of IRSA).
Please let me know if there are any tweaks or changes that can be done to make this align with the project direction.
closes #296