Skip to content

Commit

Permalink
fucking dockerhub v/s docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sedflix authored Oct 3, 2020
1 parent 1129641 commit 8656164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Push to Docker Hub
Expand Down

0 comments on commit 8656164

Please sign in to comment.