diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-06 21:41:32 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-06 21:41:32 -0400 |
commit | 7788d81cede8650fe20351699f781743564898c5 (patch) | |
tree | ed40e75794cd304b8c5ccd26fd99fa809a3a1c52 | |
parent | fix mcjar (diff) | |
download | images-7788d81cede8650fe20351699f781743564898c5.tar.gz images-7788d81cede8650fe20351699f781743564898c5.tar.bz2 images-7788d81cede8650fe20351699f781743564898c5.zip |
fix build.sh
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |