From 56a25c2ca69cead67f6452b7750380c2fc02a3aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:51:28 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 3.2.0 to 4.2.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 4.2.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3.2.0...0a97817b6ade9f46837855d676c4cca3a2471fc9) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/images.yaml | 2 +- .github/workflows/verta-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 94663157fa..89624de1b8 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -81,7 +81,7 @@ jobs: with: platforms: ${{ matrix.platforms }} - uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # v1 - - uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v3 + - uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v3 id: build-and-push with: context: . diff --git a/.github/workflows/verta-build.yaml b/.github/workflows/verta-build.yaml index 3a1908a2df..9184941b35 100644 --- a/.github/workflows/verta-build.yaml +++ b/.github/workflows/verta-build.yaml @@ -74,7 +74,7 @@ jobs: echo "targets=${TARGETS}" >> $GITHUB_OUTPUT - name: Build and push Docker image to ECR - uses: docker/build-push-action@v4 + uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 if: "!(steps.should_publish.outputs.targets == '')" env: DOCKER_BUILDKIT: "1"