Skip to content

Commit

Permalink
Re-enable pushing to dockerhub (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Sep 19, 2023
1 parent 2697e26 commit 575d0fd
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
- name: Inspect builder
run: docker buildx inspect

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

- name: Log in to GHCR
uses: docker/login-action@v2
Expand All @@ -49,7 +48,7 @@ jobs:
with:
images: |
ghcr.io/${{ github.repository }}
# docker.io/${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}
# docker.io/${{ secrets.DOCKER_HUB_USERNAME }}/${{ github.event.repository.name }}
flavor: |
latest=false
tags: |
Expand Down

0 comments on commit 575d0fd

Please sign in to comment.