-
Notifications
You must be signed in to change notification settings - Fork 412
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
Check for push permissions before building #539
Labels
Comments
This issue is stale because it has been open for 90 days with no |
I still want this. |
this'd be so cool! |
@imjasonh can I work on this? |
go for it @krisharyan117 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I'm
ko publish
ing to a registry/repository that I don't have push permissions to (typo, misconfigured auth, incorrect activegcloud
user),ko
can check that and fail before building, using ggcr'sCheckPushPermission
.That has a
TODO
(google/go-containerregistry#412) to make it unnecessary, but I think this is actually a case where it's useful, since it can avoid work and save time beforeremote.Write
ing.The text was updated successfully, but these errors were encountered: