From 3a218c668eda020d789a30d493d45c20bdbf4c6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 13:23:24 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20docker/login-ac?= =?UTF-8?q?tion=20(v3.3.0=20=E2=86=92=20v3.4.0)=20(#93)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docker-publish-gh/action.yml | 2 +- docker-publish-hub/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}