From e8d9af4d3d03b58d7815a6a7f75c35bcb0276871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 14:15:26 +0000 Subject: [PATCH] Bump docker/build-push-action from 3 to 4 (#6651) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-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/release-50_publish-docker-release.yml | 2 +- polkadot/.github/workflows/release-51_publish-docker-manual.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/polkadot/.github/workflows/release-50_publish-docker-release.yml b/polkadot/.github/workflows/release-50_publish-docker-release.yml index 5a9d683bc3..a6bf19162a 100644 --- a/polkadot/.github/workflows/release-50_publish-docker-release.yml +++ b/polkadot/.github/workflows/release-50_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@v3 + uses: docker/build-push-action@v4 with: push: true file: scripts/ci/dockerfiles/polkadot_injected_release.Dockerfile diff --git a/polkadot/.github/workflows/release-51_publish-docker-manual.yml b/polkadot/.github/workflows/release-51_publish-docker-manual.yml index e0bcf99a8d..0c973d33b7 100644 --- a/polkadot/.github/workflows/release-51_publish-docker-manual.yml +++ b/polkadot/.github/workflows/release-51_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@v3 + uses: docker/build-push-action@v4 with: push: true file: scripts/ci/dockerfiles/polkadot_injected_release.Dockerfile