From f73ea4abb2f55b86b63702c2a0896c1de64be0b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 23:57:28 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 3.2.0 to 3.4.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/0d4c9c5ea7693da7b068278f7b52bda2a190a446...74a5d142397b4f367a81961eba4e8cd7edddf772) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tag-docker_test_build_push.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tag-docker_test_build_push.yaml b/.github/workflows/tag-docker_test_build_push.yaml index 9481df1..9de6d1f 100644 --- a/.github/workflows/tag-docker_test_build_push.yaml +++ b/.github/workflows/tag-docker_test_build_push.yaml @@ -65,14 +65,14 @@ jobs: - name: Login to Docker Hub Container Registry if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_ROBOT_TOKEN }} - name: Login to GHCR.io Container Registry if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 with: registry: ghcr.io username: ${{ github.actor }} @@ -80,7 +80,7 @@ jobs: - name: Login to Quay.io Container Registry if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3 + uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 with: registry: quay.io username: ${{ secrets.QUAY_USERNAME }}