Skip to content

Commit caa20ac

Browse files
committed
fix ghcr
1 parent 84f15c3 commit caa20ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.actor }}
31-
password: ${{ secrets.GITHUB_TOKEN }}
31+
password: ${{ secrets.CR_PAT }}
3232

3333
- uses: docker/build-push-action@v3
3434
env:

0 commit comments

Comments
 (0)