File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 uses : docker/setup-buildx-action@v2
5050
5151 - name : Log in to the Container registry
52- uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
52+ uses : docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
5353 with :
5454 registry : ${{ env.REGISTRY }}
5555 username : ${{ github.actor }}
9999 id-token : write
100100 steps :
101101 - name : Log in to the Container registry
102- uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
102+ uses : docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
103103 with :
104104 registry : ${{ env.REGISTRY }}
105105 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v3
2222 - name : Log in to the Container registry
23- uses : docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
23+ uses : docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
2424 with :
2525 registry : ghcr.io
2626 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments