diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b77cffe..266b64d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: build-args: PHP_TAG_VERSION=${{ matrix.php_version }} push: ${{ (github.event_name != 'pull_request') && (github.ref == 'refs/heads/master') }}