From 3d8c263c8b5e658aadc3928670d6da3b6bf5165f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:57:12 +0000 Subject: [PATCH] Bump docker/build-push-action from 4.1.0 to 4.2.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.0 to 4.2.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.1.0...v4.2.1) --- 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/test_and_build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index ca0c90c..ad870a5 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -32,7 +32,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build 8.1 Linux Image if: ${{ github.event_name == 'pull_request' && (github.ref_name == 'php8.1' || github.base_ref == 'php8.1') }} - uses: docker/build-push-action@v4.1.0 + uses: docker/build-push-action@v4.2.1 with: context: . file: ./Dockerfile @@ -49,7 +49,7 @@ jobs: push: false - name: Build and push 8.1 Linux Image if: ${{ github.event_name != 'pull_request' && (github.ref_name == 'php8.1' || github.base_ref == 'php8.1') }} - uses: docker/build-push-action@v4.1.0 + uses: docker/build-push-action@v4.2.1 with: context: . file: ./Dockerfile @@ -66,7 +66,7 @@ jobs: push: true - name: Build 8.2 Linux Image if: ${{ github.event_name == 'pull_request' && (github.ref_name == 'php8.2' || github.base_ref == 'php8.2') }} - uses: docker/build-push-action@v4.1.0 + uses: docker/build-push-action@v4.2.1 with: context: . file: ./Dockerfile @@ -84,7 +84,7 @@ jobs: push: false - name: Build and push 8.2 Linux Image if: ${{ github.event_name != 'pull_request' && (github.ref_name == 'php8.2' || github.base_ref == 'php8.2') }} - uses: docker/build-push-action@v4.1.0 + uses: docker/build-push-action@v4.2.1 with: context: . file: ./Dockerfile