Fix docker socket
This commit is contained in:
parent
36f8da8716
commit
db603badc8
@ -7,4 +7,5 @@ renovate_image_tag: slim
|
||||
renovate_git_endpoint: ""
|
||||
renovate_git_token: ""
|
||||
renovate_platform: gitea
|
||||
renovate_github_token: ""
|
||||
renovate_github_token: ""
|
||||
renovate_log_level: info
|
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run --rm -v "/etc/renovate/config.js:/usr/src/app/config.js" --env GITHUB_COM_TOKEN="{{ renovate_github_token }}" {{ renovate_image_name }}:{{ renovate_image_tag }}
|
||||
docker run --rm -v "/etc/renovate/config.js:/usr/src/app/config.js" -v "/var/run/docker.sock:/var/run/docker.sock" --env GITHUB_COM_TOKEN="{{ renovate_github_token }}" --env LOG_LEVEL={{ renovate_log_level }} {{ renovate_image_name }}:{{ renovate_image_tag }}
|
Loading…
Reference in New Issue
Block a user