From dc80d15ca80b160e286a2a9b96da0820ac3ab4d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 10:18:14 +0100 Subject: [PATCH] Bump docker/login-action from 1.12.0 to 1.14.1 (#170) Bumps [docker/login-action](https://github.com/docker/login-action) from 1.12.0 to 1.14.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.12.0...v1.14.1) --- 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/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index baa120cb..cc6c864c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -25,7 +25,7 @@ jobs: key: ${{runner.os}}-buildx-${{github.sha}} restore-keys: ${{runner.os}}-buildx- - name: Login to GitHub Container Registry - uses: docker/login-action@v1.12.0 + uses: docker/login-action@v1.14.1 with: registry: ${{env.REGISTRY}} username: ${{env.REPO_OWNER}}