corrected progress arg

This commit is contained in:
John
2022-01-29 13:30:21 +01:00
committed by GitHub
parent 4bda1a5140
commit 6836e6d71d
+1 -1
View File
@@ -42,7 +42,7 @@ for image in $images; do
output=$(echo "$outputFmt"|sed -e "s#%IMAGE%#$image#g")
docker buildx build \
--target $target \
--progress pain \
--progress plain \
--platform $archs \
-f Dockerfile${namesuffix} \
--build-arg "BASE_IMAGE=debian:$image" \