Skip to content

Commit

Permalink
fix release (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
simongottschlag committed May 19, 2023
1 parent 785525c commit 142e92d
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@v4.0.0
with:
Expand Down

0 comments on commit 142e92d

Please sign in to comment.