Skip to content

Commit

Permalink
added the default docker hub registry
Browse files Browse the repository at this point in the history
  • Loading branch information
dathan committed Apr 5, 2020
1 parent f0c28c7 commit e1d6ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: make docker-build

- name: Log into registry
run: echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login hub.docker.com -u dathanvp --password-stdin
run: echo "${{ secrets.DOCKER_HUB_PASSWORD }}" |docker login --username dathanvp --password-stdin hub.docker.com

- name: Push image
run: |
Expand Down

0 comments on commit e1d6ef1

Please sign in to comment.