diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0d88140..b098bff 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -53,7 +53,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@9f6f8c940b91232557f8699b21341a08624a8dce + uses: docker/build-push-action@8796455d3250bab0b8ea17630e10645c29a1249a with: context: . push: ${{ github.event_name != 'pull_request' }}