diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 4231ed854..91eb2455d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -84,7 +84,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@4b0752a2b1b87033d946e4e0106643f20d69d613 + uses: docker/build-push-action@9ec154c4b68a81a25d2368d8e7d6801e8bc386ba with: context: ./github-bot/ push: ${{ github.event_name != 'pull_request' }}