From b695d30aae69933bc0e630da14949207d18ae02c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Dec 2021 08:18:31 -0800 Subject: [PATCH] build(deps): bump docker/login-action from 1.11.0 to 1.12.0 (#380) Bumps [docker/login-action](https://github.com/docker/login-action) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/proto-dockerfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/proto-dockerfile.yml b/.github/workflows/proto-dockerfile.yml index 420ed9545..97eb633ef 100644 --- a/.github/workflows/proto-dockerfile.yml +++ b/.github/workflows/proto-dockerfile.yml @@ -49,7 +49,7 @@ jobs: uses: docker/setup-buildx-action@v1.6.0 - name: Log in to the container registry - uses: docker/login-action@v1.11.0 + uses: docker/login-action@v1.12.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}