Skip to content

Commit 4551346

Browse files
authored
Fix docker pipeline
1 parent 82a2f2b commit 4551346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.repository_owner }}
39-
password: ${{ secrets.ACCESS_TOKEN }}
39+
password: ${{ secrets.GITHUB_TOKEN }}
4040
- name: Push to GitHub Packages
4141
uses: docker/build-push-action@v2
4242
with:

0 commit comments

Comments
 (0)