From 1c9a9c9d41f0192ae90d13272a94ef6d040d4c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 05:15:13 +0000 Subject: [PATCH] Bump docker/login-action from 1.14.0 to 2.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.0 to 2.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.14.0...v2.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-container-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-container-image.yml b/.github/workflows/publish-container-image.yml index 157eccf4b..eed8e8603 100644 --- a/.github/workflows/publish-container-image.yml +++ b/.github/workflows/publish-container-image.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2 - name: Log in to the registry - uses: docker/login-action@v1.14.0 + uses: docker/login-action@v2.1.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}