From 6691f8ec29692c72b23c59d5f211c4ec837b0b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 17:39:17 +0300 Subject: [PATCH] Bump docker/build-push-action from 2 to 3 (#5548) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 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 c240df0fc99..e01a991f9cf 100644 --- a/polkadot/.github/workflows/publish-docker-manual.yml +++ b/polkadot/.github/workflows/publish-docker-manual.yml @@ -34,7 +34,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: push: true file: scripts/ci/dockerfiles/polkadot_injected_release.Dockerfile diff --git a/polkadot/.github/workflows/publish-docker-release.yml b/polkadot/.github/workflows/publish-docker-release.yml index 02f6d550d80..ac962b0ed5d 100644 --- a/polkadot/.github/workflows/publish-docker-release.yml +++ b/polkadot/.github/workflows/publish-docker-release.yml @@ -27,7 +27,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: push: true file: scripts/ci/dockerfiles/polkadot_injected_release.Dockerfile -- GitLab