-
Notifications
You must be signed in to change notification settings - Fork 5
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
Docker build #36
base: master
Are you sure you want to change the base?
Docker build #36
Conversation
I asked for this |
env: | ||
REGISTRY: ghcr.io | ||
NAMESPACE: ${{ github.repository_owner }} |
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.
Do I need to do anything fancy with perms to make it upload?
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.
No, it uses the token from github actions to upload to the github registry. If you want to build locally however, you do need to login to the github docker registry
This reverts commit 032fb34.
No description provided.