From 387b19694104cff0afea3bebeba2c928d7632f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 17:02:57 +0000 Subject: [PATCH] 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] --- .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 8b51b9722..0ad6bcf25 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 a2a6287f6..e80e42f9f 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 }}