diff --git a/docker-publish-gh/action.yml b/docker-publish-gh/action.yml index c806fb3..a21f7ef 100644 --- a/docker-publish-gh/action.yml +++ b/docker-publish-gh/action.yml @@ -133,7 +133,7 @@ runs: echo "tags=${processed_tags}" >> $GITHUB_OUTPUT - name: Log in to GitHub Container Registry - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 with: registry: ${{ inputs.registry }} username: ${{ github.actor }} diff --git a/docker-publish-hub/action.yml b/docker-publish-hub/action.yml index e535683..1e28a0b 100644 --- a/docker-publish-hub/action.yml +++ b/docker-publish-hub/action.yml @@ -144,7 +144,7 @@ runs: echo "repo-url=https://hub.docker.com/r/${full_name}" >> $GITHUB_OUTPUT - name: Log in to Docker Hub - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 with: username: ${{ inputs.username }} password: ${{ inputs.password }}