From 51b8238948136b036bd96cc3b6682bfb8ddbf870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 11:47:19 +0000 Subject: [PATCH] Bump docker/build-push-action from 3.0.0 to 3.1.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/e551b19e49efd4e98792db7592c17c09b89db8d8...1cb9d22b932e4832bb29793b7777ec860fc1cde0) --- 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-docker-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 8fa94cbf..63f1b9e3 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -49,7 +49,7 @@ jobs: # About the cache: # https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md#cache-backend-api - name: Build NGINX Docker Image - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 with: push: true build-args: @@ -61,7 +61,7 @@ jobs: cache-to: type=gha,mode=max - name: Build PHP-FPM Docker Image - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 with: push: true build-args: @@ -74,7 +74,7 @@ jobs: cache-to: type=gha,mode=max - name: Build PHP-CLI Docker Image - uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 + uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 with: push: true build-args: