Skip to content

Commit 87b5c94

Browse files
committed
Try refining it a bit.
1 parent 3ac471d commit 87b5c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ spec:
506506
/app/domain-proxy-client-runner &
507507
client_pid=$!
508508
509-
buildah build $VOLUME_MOUNTS ${BUILDAH_ARGS[@]} ${LABELS[@]} --tls-verify=$TLSVERIFY --no-cache --ulimit nofile=4096:4096 -f "$dockerfile_copy" -t $IMAGE .
509+
buildah build $VOLUME_MOUNTS ${BUILDAH_ARGS[@]}" "${LABELS[@]}" --tls-verify=$TLSVERIFY --no-cache --ulimit nofile=4096:4096 -f "$dockerfile_copy" -t $IMAGE .
510510
511511
set +e
512512
kill $client_pid

0 commit comments

Comments
 (0)