Skip to content

Commit

Permalink
Merge pull request #31 from Lan2Play/dependabot/github_actions/php8.2…
Browse files Browse the repository at this point in the history
…/docker/build-push-action-4.1.0

Bump docker/build-push-action from 4.0.0 to 4.1.0
  • Loading branch information
Apfelwurm committed Jun 9, 2023
2 parents a487ba9 + 3d74964 commit d9c6e21
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.0.0
uses: docker/build-push-action@v4.1.0
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.0.0
uses: docker/build-push-action@v4.1.0
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.0.0
uses: docker/build-push-action@v4.1.0
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.0.0
uses: docker/build-push-action@v4.1.0
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit d9c6e21

Please sign in to comment.