diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49c333e..a274c7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push Docker image - uses: docker/build-push-action@v6.0.0 + uses: docker/build-push-action@v6.2.0 with: context: . push: ${{ github.event_name != 'pull_request' }}