Skip to content

Commit

Permalink
Merge pull request #453 from XenitAB/fix/credentials
Browse files Browse the repository at this point in the history
Fix GHCR credentials
  • Loading branch information
Philip Laine authored May 8, 2023
2 parents a501836 + 43eaad8 commit 2d2d36f
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 2d2d36f

Please sign in to comment.