summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-06-06 21:41:32 -0400
committerFreya Murphy <freya@freyacat.org>2024-06-06 21:41:32 -0400
commit7788d81cede8650fe20351699f781743564898c5 (patch)
treeed40e75794cd304b8c5ccd26fd99fa809a3a1c52
parentfix mcjar (diff)
downloadimages-7788d81cede8650fe20351699f781743564898c5.tar.gz
images-7788d81cede8650fe20351699f781743564898c5.tar.bz2
images-7788d81cede8650fe20351699f781743564898c5.zip
fix build.sh
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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() {