Skip to content

Commit ed01e9c

Browse files
authored
Merge pull request #94 from XenitAB/landerss1-patch-1
fix: can't login to docker registry
2 parents 5aa9b4b + e64e082 commit ed01e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
registry: ghcr.io
5858
username: ${{ github.repository_owner }}
59-
password: ${{ secrets.CR_PAT }}
59+
password: ${{ secrets.GITHUB_TOKEN }}
6060
- name: Build and push container (multi arch)
6161
uses: docker/build-push-action@v6
6262
with:

0 commit comments

Comments
 (0)