From fc34ca99e1e2c37b05fc1706fda3fdf3181dfd2a Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:10:12 -0500 Subject: [PATCH] syntax --- entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index f791d7e..c93345c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,13 +15,13 @@ do done # Pull container -make container/${IMAGE_NAME}-${IMAGE_TAG} $args[@] +make container/${IMAGE_NAME}-${IMAGE_TAG} ${args[@]} # Build base ISO -make boot.iso $args[@] +make boot.iso ${args[@]} # Add container to ISO -make build/deploy.iso $args[@] +make build/deploy.iso ${args[@]} # Make output dir in github workspace mkdir /github/workspace/build || true