File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,12 @@ jobs:
29
29
- name : Inspect builder
30
30
run : docker buildx inspect
31
31
32
- - name : Log in to DockerHub
33
- uses : docker/login-action@v2
34
- with :
35
- username : ${{ secrets.DOCKERHUB_USERNAME }}
36
- password : ${{ secrets.DOCKERHUB_TOKEN }}
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 }}
37
38
38
39
- name : Log in to GHCR
39
40
uses : docker/login-action@v2
48
49
with :
49
50
images : |
50
51
ghcr.io/${{ github.repository }}
51
- docker.io/${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}
52
+ # docker.io/${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}
52
53
flavor : |
53
54
latest=false
54
55
tags : |
You can’t perform that action at this time.
0 commit comments