Skip to content

Commit

Permalink
Merge pull request #1359 from mathbunnyru/asalikhov/replace_password_…
Browse files Browse the repository at this point in the history
…with_token

Use DOCKERHUB_TOKEN secret name instead of DOCKERHUB_PASSWORD
  • Loading branch information
mathbunnyru committed Jun 7, 2021
2 parents 2492e8b + fded71f commit 9a79c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: docker/login-action@v1
with:
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_PASSWORD}}
password: ${{secrets.DOCKERHUB_TOKEN}}
- name: Push Images to DockerHub
if: github.ref == 'refs/heads/master'
run: make -C main push-all

0 comments on commit 9a79c72

Please sign in to comment.