Skip to content

Commit

Permalink
Fix GHCR credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
piky committed Sep 13, 2021
1 parent 71c4e17 commit 1d77bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.ghcr_TOKEN }}
password: ${{ secrets.GHCR_ACCESS_TOKEN }}

- name: Build and push
id: docker_build
Expand Down

0 comments on commit 1d77bb3

Please sign in to comment.