File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/build-docker-image Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ runs:
3434 steps :
3535 - name : Login to DockerHub
3636 if : ${{ inputs.push_image == 'true' && inputs.dockerhub_repo != '' }}
37- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
37+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
3838 with :
3939 username : ${{ env.DOCKERHUB_USER }}
4040 password : ${{ env.DOCKERHUB_PW }}
4141
4242 - name : Login to GitHub Container Registry
4343 if : ${{ inputs.push_image == 'true' }}
44- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
44+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
4545 with :
4646 registry : ghcr.io
4747 username : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments