From 72efafc1bd7e34967f675fbcb7c72889a79f7ffb Mon Sep 17 00:00:00 2001 From: batistein Date: Wed, 27 Sep 2023 08:56:05 +0200 Subject: [PATCH] :bug: fix update bot mounting docker socket --- .github/workflows/schedule-update-bot.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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