Skip to content

Commit b59ad0f

Browse files
authored
Fix User/Pass for Registry
1 parent 75f4aae commit b59ad0f

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
@@ -41,8 +41,8 @@ jobs:
4141
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
4242
with:
4343
registry: ${{ env.REGISTRY }}
44-
username: ${{ github.actor }}
45-
password: ${{ secrets.GITHUB_TOKEN }}
44+
username: ${{ secrets.DOCKER_USERNAME }}
45+
password: ${{ secrets.DOCKER_PASSWORD }}
4646

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

0 commit comments

Comments
 (0)