Skip to content

Commit 575d0fd

Browse files
author
David Robertson
authored
Re-enable pushing to dockerhub (#130)
1 parent 2697e26 commit 575d0fd

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/docker.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ jobs:
2929
- name: Inspect builder
3030
run: docker buildx inspect
3131

32-
# Disabled while I wait for IT/SRE to grant perms for this token
33-
# - name: Log in to DockerHub
34-
# uses: docker/login-action@v2
35-
# with:
36-
# username: ${{ secrets.DOCKERHUB_USERNAME }}
37-
# password: ${{ secrets.DOCKERHUB_TOKEN }}
32+
- name: Log in to DockerHub
33+
uses: docker/login-action@v2
34+
with:
35+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
36+
password: ${{ secrets.DOCKER_HUB_TOKEN }}
3837

3938
- name: Log in to GHCR
4039
uses: docker/login-action@v2
@@ -49,7 +48,7 @@ jobs:
4948
with:
5049
images: |
5150
ghcr.io/${{ github.repository }}
52-
# docker.io/${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}
51+
# docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.event.repository.name }}
5352
flavor: |
5453
latest=false
5554
tags: |

0 commit comments

Comments
 (0)