diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index ccc2a14..737efe4 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -70,7 +70,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@9f6f8c940b91232557f8699b21341a08624a8dce + uses: docker/build-push-action@8796455d3250bab0b8ea17630e10645c29a1249a with: context: . push: ${{ github.event_name != 'pull_request' }}