Skip to content

Commit 81f3849

Browse files
committed
updating workflow for newer version
1 parent 3a89567 commit 81f3849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}
30-
password: ${{ secrets.GITHUB_TOKEN }}
30+
password: ${{ secrets.GHCR_TOKEN }}
3131

3232
- name: Build and push Docker image
3333
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)