diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d40d7c721..e92dd4836 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -72,7 +72,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a + uses: docker/build-push-action@5e99dacf67635c4f273e532b9266ddb609b3025a with: context: . push: ${{ github.event_name != 'pull_request' }}