From b33a5edeec2e384b1676e91df5ad34bf9075a181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 11:27:28 +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/deploy-prod-gcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-prod-gcr.yml b/.github/workflows/deploy-prod-gcr.yml index e47ce96..c9b8e2c 100644 --- a/.github/workflows/deploy-prod-gcr.yml +++ b/.github/workflows/deploy-prod-gcr.yml @@ -34,7 +34,7 @@ jobs: # Login to GitHub Container Registry # ###################################### - name: Login to GitHub Container registry - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ secrets.GCR_USERNAME }}