We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0267a68 commit 9338ec5Copy full SHA for 9338ec5
build.sh
@@ -24,7 +24,7 @@ latest;8.0
24
25
build() {
26
IFS=" "
27
- docker buildx $docker_opts --target="${3:-latest}" --build-arg major="${2%%.*}" --build-arg version="$2" -t "$image:$1" "$(dirname $0)"
+ docker buildx build $docker_opts --target="${3:-latest}" --build-arg major="${2%%.*}" --build-arg version="$2" -t "$image:$1" "$(dirname $0)"
28
}
29
30
case "$1" in
0 commit comments