From 6170f4f56ab8c731db2966609284feebd2bcc536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:34:58 +0000 Subject: [PATCH] Bump docker/login-action from 2 to 3 (#4221) Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e131dde4..9562ca1dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -328,14 +328,14 @@ jobs: platforms: arm64 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 # Don't attempt to login is not pushing to Docker Hub if: steps.push-other-places.outputs.enable == 'true' with: @@ -343,7 +343,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to Quay.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 # Don't attempt to login is not pushing to Quay.io if: steps.push-other-places.outputs.enable == 'true' with: