From 7788d81cede8650fe20351699f781743564898c5 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 6 Jun 2024 21:41:32 -0400 Subject: [PATCH] fix build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f0de4af..98cce06 100755 --- a/build.sh +++ b/build.sh @@ -16,7 +16,7 @@ init() { } build() { - docker buildx build --push --platform "$architectures" "$image" -t "$remote/$user/$image:latest" + docker buildx build --push --platform "$architectures" "$1" -t "$remote/$user/$1:latest" } build_all() {