From 61a6ccff0f27a1663d9697aa4abf06e16d6ad49d Mon Sep 17 00:00:00 2001 From: Hubbe Date: Fri, 8 Nov 2024 09:25:40 +0200 Subject: [PATCH] Fix missing $ I'm not good at computer --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index a194929..dda22ee 100755 --- a/build +++ b/build @@ -102,7 +102,7 @@ for component in "${COMPONENTS[@]}"; do # manifest pushes are buildah-specific. docker buildx multiplatform builds have different syntax... if [ -n "$PUSH" ]; then echo "Pushing tag $specific" - "BUILD_CMD" manifest push --all "docker://$specific" + "$BUILD_CMD" manifest push --all "docker://$specific" fi if [ "$PUSH" == "latest" ]; then echo "Pushing tag $latest"