diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d714863527..3b6508cc5f 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -80,7 +80,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@91df6b874e498451163feb47610c87c4a218c1ee + uses: docker/build-push-action@f9efed53cc1b0364ba947400ac02042bbbaac7fc with: context: ./github-bot/ push: ${{ github.event_name != 'pull_request' }}