Skip to content

Commit

Permalink
bump docker/build-push-action from v3 to v6 (Node 20 replace Node 16 …
Browse files Browse the repository at this point in the history
…deprecated)
  • Loading branch information
llaville committed Oct 8, 2024
1 parent f661072 commit c25c75c
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 @@ -36,9 +36,9 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
- # https://github.com/docker/build-push-action
name: Build and push Docker images
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
push: true
tags: overtrue/phplint:${{ env.DOCKER_BUILD_TAG }}

0 comments on commit c25c75c

Please sign in to comment.