Skip to content

Commit 93860d3

Browse files
committed
ci(bump): override entry point
1 parent 2949afe commit 93860d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/apk-check-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Check the versions
1515
shell: bash
1616
run: |
17-
docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/docker-}:main" /bin/sh -c '
17+
docker run --pull always -t --user root --entrypoint /bin/sh "leplusorg/${GITHUB_REPOSITORY#*/docker-}:main" -c '
1818
apk update
1919
if apk -u list | tee -a /dev/stderr | grep -q -e . ; then
2020
exit 1

0 commit comments

Comments
 (0)