Skip to content

Commit 9a79c72

Browse files
authored
Merge pull request #1359 from mathbunnyru/asalikhov/replace_password_with_token
Use DOCKERHUB_TOKEN secret name instead of DOCKERHUB_PASSWORD
2 parents 2492e8b + fded71f commit 9a79c72

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)