refactored chunkah
This commit is contained in:
@@ -94,7 +94,8 @@ jobs:
|
||||
CHUNKAH_CF=$(mktemp)
|
||||
curl -sL https://github.com/coreos/chunkah/releases/download/v0.5.0/Containerfile.splitter -o "$CHUNKAH_CF"
|
||||
|
||||
docker build --skip-unused-stages=false \
|
||||
# Hier wurde '--skip-unused-stages=false' entfernt
|
||||
docker build \
|
||||
-f "$CHUNKAH_CF" \
|
||||
--from "$IMG" \
|
||||
--build-arg CHUNKAH_CONFIG_STR="$CONFIG" \
|
||||
|
||||
Reference in New Issue
Block a user