diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 33d0a44..2d56c33 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -51,7 +51,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@2a53c6ccda456d31fb62eedc658aae06e238b7bd + uses: docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 with: context: . push: ${{ github.event_name != 'pull_request' }}