Skip to content

Commit d2565d7

Browse files
authored
Merge pull request #999 from minrk/gha-secret
dockerhub token is in secrets.DOCKER_PASSWORD
2 parents e5ea137 + 8c4939c commit d2565d7

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)