Skip to content

Commit 896d745

Browse files
committedAug 5, 2021
Update build-publish-dockerfile.yml
1 parent 7c2ef38 commit 896d745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build-publish-dockerfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.repository_owner }}
47-
password: ${{ secrets.PACKAGES_PAT }}
47+
password: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
4848

4949
- name: Build and push docker image
5050
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)
Please sign in to comment.