File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 # Login to GitHub Container Registry (GHCR)
5757 - name : Log into GitHub Container Registry (GHCR)
5858 if : github.event_name != 'pull_request'
59- uses : docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
59+ uses : docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
6060 with :
6161 registry : ${{ env.REGISTRY_GHCR }}
6262 username : ${{ github.actor }}
6565 # Login to Docker Hub
6666 - name : Log into Docker Hub
6767 if : github.event_name != 'pull_request'
68- uses : docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
68+ uses : docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
6969 with :
7070 registry : ${{ env.REGISTRY_DOCKERHUB }}
7171 username : ${{ secrets.DOCKER_HUB_USER }}
You can’t perform that action at this time.
0 commit comments