fix: add --entrypoint sh to override buildkitd default entrypoint
This commit is contained in:
@@ -83,8 +83,9 @@ jobs:
|
||||
|
||||
# Tout se passe dans le container buildkit : clone + build + push
|
||||
docker run --rm --privileged \
|
||||
--entrypoint sh \
|
||||
moby/buildkit:master \
|
||||
sh -c "
|
||||
-c "
|
||||
set -e
|
||||
|
||||
# Install git
|
||||
|
||||
Reference in New Issue
Block a user