Skip to content

Commit

Permalink
Merge pull request #35 from llaumgui/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
llaumgui authored Jun 19, 2024
2 parents 25c1859 + 5aada84 commit 52971c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.php-version }}
tags: |
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
# https://github.com/docker/build-push-action
- name: Build and push Docker image
if: ${{ matrix.php-version == env.LATEST }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.php-version }}
push: ${{ github.event_name != 'pull_request' }}
Expand All @@ -156,7 +156,7 @@ jobs:
cache-to: type=inline
- name: Build and push Docker image
if: ${{ matrix.php-version != env.LATEST }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ${{ matrix.php-version }}
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 52971c6

Please sign in to comment.