Skip to content

Commit

Permalink
Update container registry authentication token
Browse files Browse the repository at this point in the history
  • Loading branch information
kubi committed Mar 29, 2024
1 parent 6946287 commit e6d722e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.REGISTRY_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Get Build Information
id: build_info
Expand Down

0 comments on commit e6d722e

Please sign in to comment.