diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 8e28e64..c18c6fd 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@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0 with: context: . push: ${{ github.event_name != 'pull_request' }}