Skip to content

Commit

Permalink
Bump docker/build-push-action from 4.1.0 to 4.2.1
Browse files Browse the repository at this point in the history
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](docker/build-push-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 8, 2023
1 parent d9c6e21 commit 3d8c263
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3d8c263

Please sign in to comment.