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 5252 # Login to GitHub Container Registry (GHCR)
5353 - name : Log into GitHub Container Registry (GHCR)
5454 if : github.event_name != 'pull_request'
55- uses : docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
55+ uses : docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b
5656 with :
5757 registry : ${{ env.REGISTRY_GHCR }}
5858 username : ${{ github.actor }}
6161 # Login to Docker Hub
6262 - name : Log into Docker Hub
6363 if : github.event_name != 'pull_request'
64- uses : docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
64+ uses : docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b
6565 with :
6666 registry : ${{ env.REGISTRY_DOCKERHUB }}
6767 username : ${{ secrets.DOCKER_HUB_USER }}
You can’t perform that action at this time.
0 commit comments