Skip to content
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

Open
imjasonh opened this issue Dec 14, 2021 · 3 comments
Open

Check for push permissions before building #539

imjasonh opened this issue Dec 14, 2021 · 3 comments
Labels

Comments

@imjasonh
Copy link
Member

If I'm ko publishing to a registry/repository that I don't have push permissions to (typo, misconfigured auth, incorrect active gcloud user), ko can check that and fail before building, using ggcr's CheckPushPermission.

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 before remote.Writeing.

@imjasonh imjasonh added the good first issue Good for newcomers label Dec 14, 2021
@github-actions
Copy link

This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Keep fresh with the 'lifecycle/frozen' label.

@imjasonh
Copy link
Member Author

I still want this.

@developer-guy
Copy link
Collaborator

this'd be so cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants