From 78df87a6e85d4051d6bc1c92b1b6c05d7195cf05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 09:24:41 -0600 Subject: [PATCH] Bump docker/build-push-action from 4.1.0 to 4.1.1 (#138) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/44ea916f6c540f9302d50c2b1e5a8dc071f15cdf...2eb1c1961a95fc15694676618e422e8ba1d63825) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 6e1fdab..54c0a95 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -155,7 +155,7 @@ jobs: - name: Build and push Docker image if: inputs.publish_docker == true && github.event_name == 'push' - uses: docker/build-push-action@44ea916f6c540f9302d50c2b1e5a8dc071f15cdf + uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 with: context: build push: true