Skip to content

Commit 8c4939c

Browse files
committed
dockerhub token is in secrets.DOCKER_PASSWORD
1 parent e5ea137 commit 8c4939c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/login-action@v1
3333
with:
3434
username: ${{ secrets.DOCKER_USERNAME }}
35-
password: ${{ secrets.DOCKER_TOKEN }}
35+
password: ${{ secrets.DOCKER_PASSWORD }}
3636

3737
- name: Build
3838
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)