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

feat(cli) Add gh auth and docker auth prechecks to subo create release #199

Open
javorszky opened this issue Feb 8, 2022 · 0 comments
Open
Labels
externship Issues assigned to GitHub Externship participants

Comments

@javorszky
Copy link
Contributor

While attempting to release version 0.3.2, I ran into two issues:

  • for whatever reason I had a github token saved into my env which didn't have sufficient access rights to create a tag on subo, and
  • the post release subo docker publish failed because I wasn't logged in to docker, and even if I was, my user has no access to the suborbital docker team, so I couldn't publish the image

In order to run the release successfully we should test both of these that we're logged in, AND have the correct access rights to complete a full release.

@ospencer ospencer added the externship Issues assigned to GitHub Externship participants label Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
externship Issues assigned to GitHub Externship participants
Projects
None yet
Development

No branches or pull requests

2 participants