From 229b289b5db59d06de8afa5a096af0faa8e13462 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> --- polkadot/.github/workflows/publish-docker-manual.yml | 2 +- polkadot/.github/workflows/publish-docker-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/polkadot/.github/workflows/publish-docker-manual.yml b/polkadot/.github/workflows/publish-docker-manual.yml index 6dbccb2ab0..c240df0fc9 100644 --- a/polkadot/.github/workflows/publish-docker-manual.yml +++ b/polkadot/.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/polkadot/.github/workflows/publish-docker-release.yml b/polkadot/.github/workflows/publish-docker-release.yml index df726846e1..02f6d550d8 100644 --- a/polkadot/.github/workflows/publish-docker-release.yml +++ b/polkadot/.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 }}