diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 6a3aa72..455d41b 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -145,7 +145,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 + uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc with: context: . push: ${{ github.event_name != 'pull_request' }}