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