Skip to content

Commit c936eb1

Browse files
authored
Update docker-publish.yml
1 parent 3a529ca commit c936eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
2929
with:
3030
registry: ${{ env.REGISTRY }}
31-
username: ${{ github.actor }}
32-
password: ${{ github.token }}
31+
username: ${{ secrets.GHCR_USERNAME }}
32+
password: ${{ secrets.GHCR_TOKEN }}
3333

3434
- name: Build and push Docker image
3535
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc

0 commit comments

Comments
 (0)