From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 20:17:21 +0000 (+0000) Subject: Bump docker/login-action from 1 to 2 X-Git-Tag: v1.8.0-beta.rc1~75^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1061%2Fhead;p=thirdparty%2Fpaperless-ngx.git Bump docker/login-action from 1 to 2 Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v2) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3571e8b5f..b6b0976561 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,14 +169,14 @@ jobs: uses: docker/setup-qemu-action@v1 - name: Login to Github Container Registry - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to Docker Hub - uses: docker/login-action@v1 + uses: docker/login-action@v2 # Don't attempt to login is not pushing to Docker Hub if: steps.docker-hub.outputs.enable == 'true' with: diff --git a/.github/workflows/reusable-workflow-builder.yml b/.github/workflows/reusable-workflow-builder.yml index 3741ad67b1..af443391df 100644 --- a/.github/workflows/reusable-workflow-builder.yml +++ b/.github/workflows/reusable-workflow-builder.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v3 - name: Login to Github Container Registry - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ github.actor }}