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 - name: Inspect builder
run: docker buildx inspect run: docker buildx inspect
- name: Log in to DockerHub # Disabled while I wait for IT/SRE to grant perms for this token
uses: docker/login-action@v2 # - name: Log in to DockerHub
with: # uses: docker/login-action@v2
username: ${{ secrets.DOCKERHUB_USERNAME }} # with:
password: ${{ secrets.DOCKERHUB_TOKEN }} # username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Log in to GHCR - name: Log in to GHCR
uses: docker/login-action@v2 uses: docker/login-action@v2
@@ -48,7 +49,7 @@ jobs:
with: with:
images: | images: |
ghcr.io/${{ github.repository }} ghcr.io/${{ github.repository }}
docker.io/${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }} # docker.io/${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}
flavor: | flavor: |
latest=false latest=false
tags: | tags: |