Skip to content

Commit 9a175a1

Browse files
authored
Login to Docker Hub (#6)
1 parent 17c3d81 commit 9a175a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
2727
run: |
2828
echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin
29-
#TODO: Add dockerhub account details
30-
#echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
29+
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
3130
3231
- name: Push image
3332
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)