From da961c5cf771ee6512e124d77fd014d5ed699090 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 06:46:56 +0300 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20docker/login-action=20a?= =?UTF-8?q?ction=20(v3.5.0=20=E2=86=92=20v3.6.0)=20(#284)?= 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 8b30219..ffbe720 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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: registry: ${{ inputs.registry }} username: ${{ github.actor }} diff --git a/docker-publish-hub/action.yml b/docker-publish-hub/action.yml index 2e8165d..d12f5ce 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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 with: username: ${{ inputs.username }} password: ${{ inputs.password }}