-
Specifying /usr/bin/docker run --env NEXUS_USERNAME --env NEXUS_PASSWORD --env LOG_LEVEL --env RENOVATE_NEXUS_BASIC_AUTH_TOKEN --env RENOVATE_REPOSITORIES --env RENOVATE_GIT_AUTHOR --env RENOVATE_TOKEN=*** --env RENOVATE_CONFIG_FILE=/github-action/renovate-config.js --volume /home/runner/work/***/.github/renovate-config.js:/github-action/renovate-config.js --volume /home/runner/work/***/.github/entrypoint.sh:/entrypoint.sh --volume /tmp:/tmp --rm ghcr.io/renovatebot/renovate:latest /entrypoint.sh that in turn fails with
|
Beta Was this translation helpful? Give feedback.
Answered by
bduisenov
Nov 11, 2023
Replies: 3 comments 1 reply
-
your shell script is probably not executable |
Beta Was this translation helpful? Give feedback.
0 replies
-
❯ git ls-tree HEAD entrypoint.sh
100755 blob 1da533fa330acd167d03a2d59fa24bb6f03fb620 entrypoint.sh it is executable |
Beta Was this translation helpful? Give feedback.
0 replies
-
the issue is in github action configuration and not related to renovate at all. thanks for your help |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
viceice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the issue is in github action configuration and not related to renovate at all. thanks for your help