-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use bot token for image push #127
Conversation
.github/workflows/release.yml
Outdated
@@ -21,7 +21,7 @@ jobs: | |||
with: | |||
registry: ghcr.io | |||
username: ${{ secrets.DOCKER_USERNAME }} |
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.
Is it the same? It's a bit confusing using DOCKER_USERNAME
with GHCR_BOT_TOKEN
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.
honestly that username is not used at all by ghcr itself, but the action requires it anyway, i could rename it to be FOOBAR with an empty string
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.
gone for github.actor just for clarity
2b38204
to
9accc45
Compare
This reverts commit e996e5f.
Closes #96