Skip to content

Commit 9338ec5

Browse files
committed
Fix build
1 parent 0267a68 commit 9338ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ latest;8.0
2424

2525
build() {
2626
IFS=" "
27-
docker buildx $docker_opts --target="${3:-latest}" --build-arg major="${2%%.*}" --build-arg version="$2" -t "$image:$1" "$(dirname $0)"
27+
docker buildx build $docker_opts --target="${3:-latest}" --build-arg major="${2%%.*}" --build-arg version="$2" -t "$image:$1" "$(dirname $0)"
2828
}
2929

3030
case "$1" in

0 commit comments

Comments
 (0)