Don't try to login to dockerhub (#127)

This commit is contained in:
David Robertson
2023-09-08 13:42:34 +01:00
committed by GitHub
parent 0890891bb0
commit d3aad1a23f

View File

@@ -29,11 +29,12 @@ jobs:
- name: Inspect builder
run: docker buildx inspect
- name: Log in to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
# 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 GHCR
uses: docker/login-action@v2
@@ -48,7 +49,7 @@ jobs:
with:
images: |
ghcr.io/${{ github.repository }}
docker.io/${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}
# docker.io/${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}
flavor: |
latest=false
tags: |