ci: use GITHUB_TOKEN
for authenticating against ghcr.io
Signed-off-by: Matthew Penner <me@matthewp.io>
This commit is contained in:
parent
75b59080e2
commit
15e9e137f4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Update version
|
||||
if: "github.event_name == 'release' && github.event.action == 'published'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue