From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:34:58 +0000 (+0000) Subject: Bump docker/login-action from 2 to 3 (#4221) X-Git-Tag: v2.0.0-beta.1~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6170f4f56ab8c731db2966609284feebd2bcc536;p=thirdparty%2Fpaperless-ngx.git 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> --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e131dde4e..9562ca1dd8 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: