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