docker/build.sh: Remove unnecessary build arg
This commit is contained in:
parent
c1465d05b9
commit
d4c816dc4e
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ main() {
|
|||
fi
|
||||
sh_c docker buildx build $flags \
|
||||
-t "$D2_DOCKER_IMAGE:$VERSION" \
|
||||
--build-arg "VERSION=$VERSION" \
|
||||
-f ./ci/release/docker/Dockerfile "./ci/release/build/$VERSION/docker"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue