diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 1e8ca3a..ccfb5eb 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -62,7 +62,7 @@ jobs: # Build and push Docker image with Buildx (don't push on PR) - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 + uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0 with: context: . push: ${{ github.event_name != 'pull_request' }}