File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 -
8080 name : Login to Docker Hub
8181 if : env.DO_DEPLOY == 'true'
82- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
82+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
8383 with :
8484 registry : docker.io
8585 username : ${{ secrets.DOCKERHUB_USER }}
8888 -
8989 name : Login to GitHub Container Registry
9090 if : env.DO_DEPLOY == 'true'
91- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
91+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
9292 with :
9393 registry : ghcr.io
9494 username : ${{ github.repository_owner }}
@@ -169,15 +169,15 @@ jobs:
169169 uses : docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
170170 -
171171 name : Login to Docker Hub
172- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
172+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
173173 with :
174174 registry : docker.io
175175 username : ${{ secrets.DOCKERHUB_USER }}
176176 password : ${{ secrets.DOCKERHUB_PASS }}
177177
178178 -
179179 name : Login to GitHub Container Registry
180- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
180+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
181181 with :
182182 registry : ghcr.io
183183 username : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments