From aeb520e0d2df28b3482464c89211cae3d5505130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 21:02:33 +0000 Subject: [PATCH] ci: bump docker/build-push-action from 3.3.0 to 4.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/37abcedcc1da61a57767b7588cb9d03eb57e28b3...3b5e8027fcad23fda98b2e3ac259d8d67585f671) --- 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 2e33129c52..09a6e21774 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -53,7 +53,7 @@ jobs: # master branch pushes - name: CI Build ${{ matrix.name }} if: ${{ github.event_name != 'pull_request_target' }} - uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 id: docker_build_ci_master with: context: . @@ -75,7 +75,7 @@ jobs: # PR updates - name: CI Build ${{ matrix.name }} if: ${{ github.event_name == 'pull_request_target' }} - uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 + uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 id: docker_build_ci_pr with: context: .