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