diff --git a/.github/workflows/phpci.yml b/.github/workflows/phpci.yml index 1b9caa8..e7eddc3 100644 --- a/.github/workflows/phpci.yml +++ b/.github/workflows/phpci.yml @@ -47,7 +47,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - - uses: docker/build-push-action@v6 + - uses: docker/build-push-action@v7 with: context: . push: true