diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 7adb76dee..e8e027150 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@b16f42f92abaeb7610fd7fc99ab230d13e79e275 with: context: ./github-bot/ push: ${{ github.event_name != 'pull_request' }}