From 75c2497741fa260b5cc9cdffc5aa1a72d9105d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 13:44:52 +0200 Subject: [PATCH] Bump docker/login-action from 1 to 2 (#442) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build_canary.yml | 6 +++--- .github/workflows/build_release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_canary.yml b/.github/workflows/build_canary.yml index 8b51b97..0ad6bcf 100644 --- a/.github/workflows/build_canary.yml +++ b/.github/workflows/build_canary.yml @@ -28,7 +28,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GHCR - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }} @@ -69,7 +69,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GHCR - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }} @@ -107,7 +107,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GHCR - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }} diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index a2a6287..e80e42f 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GHCR - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }} @@ -76,7 +76,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GHCR - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }} @@ -119,7 +119,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Login to GHCR - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }}