Skip to content

Commit

Permalink
Fix GHCR credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
phillebaba committed May 8, 2023
1 parent a501836 commit 43eaad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push container (multi arch)
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 43eaad8

Please sign in to comment.