Skip to content

Commit fded71f

Browse files
author
Ayaz Salikhov
committed
Use DOCKERHUB_TOKEN secret name instead of DOCKERHUB_PASSWORD
1 parent 2492e8b commit fded71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: docker/login-action@v1
6666
with:
6767
username: ${{secrets.DOCKERHUB_USERNAME}}
68-
password: ${{secrets.DOCKERHUB_PASSWORD}}
68+
password: ${{secrets.DOCKERHUB_TOKEN}}
6969
- name: Push Images to DockerHub
7070
if: github.ref == 'refs/heads/master'
7171
run: make -C main push-all

0 commit comments

Comments
 (0)