chore: Try with docker again

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
pull/3143/head
Marco Maurer 2025-01-28 00:01:42 +01:00
parent 65accc813c
commit 20c65c5e0b
2 changed files with 2 additions and 2 deletions

View File

@ -32,6 +32,7 @@ jobs:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 39.86.4
token: '${{ steps.get_token.outputs.token }}'
mount-docker-socket: true
env:
LOG_LEVEL: 'debug'
RENOVATE_REPOSITORIES: '${{ github.repository }}'

View File

@ -93,8 +93,7 @@
"postUpgradeTasks": {
"commands": [
"./scripts/renovate-bump-version.sh -c {{parentDir}} -d {{depName}} -v {{newVersion}}",
"go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.9.1",
"helm-docs"
"./scripts/helm-docs.sh"
]
}
},