From e47170438dac9466bafc5f8eb0a8d44e47cb75e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 16:19:55 +0000 Subject: [PATCH] build(deps): bump docker/build-push-action from 3.0.0 to 3.3.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/e551b19e49efd4e98792db7592c17c09b89db8d8...37abcedcc1da61a57767b7588cb9d03eb57e28b3) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-images-base.yaml | 2 +- .github/workflows/build-images-ci.yaml | 10 +++++----- .github/workflows/build-images-hotfixes.yaml | 2 +- .github/workflows/build-images-releases.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-images-base.yaml b/.github/workflows/build-images-base.yaml index d5418374640ad..2c33c1369cd40 100644 --- a/.github/workflows/build-images-base.yaml +++ b/.github/workflows/build-images-base.yaml @@ -73,7 +73,7 @@ jobs: - name: Release build ${{ matrix.name }} if: ${{ steps.tag-in-repositories.outputs.exists == 'false' }} - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 id: docker_build_release with: context: ${{ matrix.context }} diff --git a/.github/workflows/build-images-ci.yaml b/.github/workflows/build-images-ci.yaml index b7cf6a7aea66a..4a81b7e477215 100644 --- a/.github/workflows/build-images-ci.yaml +++ b/.github/workflows/build-images-ci.yaml @@ -80,7 +80,7 @@ jobs: # v1.10 branch pushes - name: CI Build ${{ matrix.name }} if: ${{ github.event_name != 'pull_request_target' }} - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 id: docker_build_ci_v1_10 with: context: . @@ -95,7 +95,7 @@ jobs: - name: CI race detection Build ${{ matrix.name }} if: ${{ github.event_name != 'pull_request_target' }} - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 id: docker_build_ci_v1_10_detect_race_condition with: context: . @@ -124,7 +124,7 @@ jobs: # PR updates - name: CI Build ${{ matrix.name }} if: ${{ github.event_name == 'pull_request_target' }} - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 id: docker_build_ci_pr with: context: . @@ -145,7 +145,7 @@ jobs: - name: CI race detection Build ${{ matrix.name }} if: ${{ github.event_name == 'pull_request_target' }} - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 id: docker_build_ci_pr_detect_race_condition with: context: . @@ -219,7 +219,7 @@ jobs: # v1.10 branch pushes - name: CI Build ${{ matrix.name }} if: ${{ github.event_name != 'pull_request_target' }} - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 id: docker_build_ci_v1_10 with: context: . diff --git a/.github/workflows/build-images-hotfixes.yaml b/.github/workflows/build-images-hotfixes.yaml index edf5f23b02cc9..20352cd241176 100644 --- a/.github/workflows/build-images-hotfixes.yaml +++ b/.github/workflows/build-images-hotfixes.yaml @@ -72,7 +72,7 @@ jobs: persist-credentials: false - name: Release Build ${{ matrix.name }} - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 id: docker_build_release with: context: . diff --git a/.github/workflows/build-images-releases.yaml b/.github/workflows/build-images-releases.yaml index f1d585a9ecb43..2cb985096a3d8 100644 --- a/.github/workflows/build-images-releases.yaml +++ b/.github/workflows/build-images-releases.yaml @@ -70,7 +70,7 @@ jobs: persist-credentials: false - name: Release Build ${{ matrix.name }} - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 id: docker_build_release with: context: .