diff --git a/docker-publish-gh/action.yml b/docker-publish-gh/action.yml index 347bed7..f0640ca 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@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 with: registry: ${{ inputs.registry }} username: ${{ github.actor }} diff --git a/docker-publish-hub/action.yml b/docker-publish-hub/action.yml index 9a62917..f2c2227 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@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 with: username: ${{ inputs.username }} password: ${{ inputs.password }}