diff --git a/.github/workflows/schedule-update-bot.yaml b/.github/workflows/schedule-update-bot.yaml index 57f837f95..35813216a 100644 --- a/.github/workflows/schedule-update-bot.yaml +++ b/.github/workflows/schedule-update-bot.yaml @@ -52,4 +52,5 @@ jobs: RENOVATE_POST_UPGRADE_TASKS: '{ commands: ["BUILD_IMAGE_TOKEN=${{ secrets.GITHUB_TOKEN }} BUILD_IMAGE_USER=${{ github.actor }} CI=true ./hack/upgrade-builder-image.sh"], fileFilters: ["Makefile", ".github/**/*.yml", ".github/**/*.yaml"], executionMode: "branch"}' with: configurationFile: ${{ env.RENOVATE_CONFIG_FILE }} - token: "x-access-token:${{ steps.generate-token.outputs.token }}" \ No newline at end of file + token: "x-access-token:${{ steps.generate-token.outputs.token }}" + mount-docker-socket: "true" \ No newline at end of file