Skip to content

Commit 57ab225

Browse files
authored
Update docker-publish.yml
1 parent dfdb68a commit 57ab225

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
@@ -57,8 +57,8 @@ jobs:
5757
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
5858
with:
5959
registry: ${{ env.REGISTRY }}
60-
username: ${{ github.actor }}
61-
password: ${{ secrets.GITHUB_TOKEN }}
60+
username: ${{ secrets.DOCKER_USERNAME }}
61+
password: ${{ secrets.DOCKER_TOKEN }}
6262

6363
# Extract metadata (tags, labels) for Docker
6464
# https://github.com/docker/metadata-action

0 commit comments

Comments
 (0)