From 38ac6db5275d98bfe8e98e158fd1a925ebfbefde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 02:18:04 +0000 Subject: [PATCH] Bump docker/login-action in the github-actions-all group Bumps the github-actions-all group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/e92390c5fb421da1463c202d546fed0ec5c39f20...0d4c9c5ea7693da7b068278f7b52bda2a190a446) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-build-image.yml | 4 ++-- .github/workflows/docker-multi-arch-push.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-build-image.yml b/.github/workflows/docker-build-image.yml index a4db8bb..8fa4208 100644 --- a/.github/workflows/docker-build-image.yml +++ b/.github/workflows/docker-build-image.yml @@ -186,14 +186,14 @@ jobs: - name: Login to Docker Hub if: inputs.push == true - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # tag=v3.1.0 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # tag=v3.2.0 with: username: ${{ secrets.docker_username }} password: ${{ secrets.docker_password }} - name: Login to GitHub Container Registry if: inputs.push == true - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # tag=v3.1.0 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # tag=v3.2.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/docker-multi-arch-push.yml b/.github/workflows/docker-multi-arch-push.yml index 7d9e5cf..b467c53 100644 --- a/.github/workflows/docker-multi-arch-push.yml +++ b/.github/workflows/docker-multi-arch-push.yml @@ -63,13 +63,13 @@ jobs: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6 - name: Login to Docker Hub - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # tag=v3.1.0 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # tag=v3.2.0 with: username: ${{ secrets.docker_username }} password: ${{ secrets.docker_password }} - name: Login to GitHub Container Registry - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # tag=v3.1.0 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # tag=v3.2.0 with: registry: ghcr.io username: ${{ github.actor }}