From 6f5dee7e4dfdb4cc1fcc406d0a5fd224ffdec0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 17:35:47 +0300 Subject: [PATCH] Bump docker/login-action from 1 to 2 (#5550) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-docker-manual.yml | 2 +- .github/workflows/publish-docker-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-docker-manual.yml b/.github/workflows/publish-docker-manual.yml index 6dbccb2ab037..c240df0fc997 100644 --- a/.github/workflows/publish-docker-manual.yml +++ b/.github/workflows/publish-docker-manual.yml @@ -28,7 +28,7 @@ jobs: restore-keys: | ${{ runner.os }}-buildx- - name: Login to Dockerhub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/publish-docker-release.yml b/.github/workflows/publish-docker-release.yml index df726846e1fd..02f6d550d806 100644 --- a/.github/workflows/publish-docker-release.yml +++ b/.github/workflows/publish-docker-release.yml @@ -21,7 +21,7 @@ jobs: restore-keys: | ${{ runner.os }}-buildx- - name: Login to Dockerhub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}