Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2023
1 parent e710bd9 commit d2e940f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

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

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

0 comments on commit d2e940f

Please sign in to comment.