Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent f931d4f commit 7a78fa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
pull: true
Expand All @@ -114,7 +114,7 @@ jobs:
run: docker run --rm -i "$TEST_TAG" which composer install-php-extensions clevyr-build

- name: Build and Push (base)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.ref == 'refs/heads/main' }}
Expand All @@ -129,7 +129,7 @@ jobs:
cache-to: type=gha,mode=max

- name: Build and Push (onbuild)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 7a78fa3

Please sign in to comment.