Skip to content

Commit 1e3f45d

Browse files
committed
fix buildarg
1 parent 50cc835 commit 1e3f45d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_and_push.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ echo docker buildx build \
7575
--build-arg "python_version=$PYTHON_VERSION" \
7676
--build-arg "publish_target=$PUBLISH_TARGET" \
7777
--build-arg "build_target=$BUILD_TARGET" \
78-
--build-arg "packages=$PACKAGE" \
78+
--build-arg "package=$PACKAGE" \
7979
--build-arg "package_version=$PACKAGE_VERSION" \
8080
--build-arg "maintainer=$MAINTAINER" \
8181
-f ${DOCKERFILE_LOCATION:-./dockerfile} \
@@ -89,7 +89,7 @@ docker buildx build \
8989
--build-arg "python_version=$PYTHON_VERSION" \
9090
--build-arg "publish_target=$PUBLISH_TARGET" \
9191
--build-arg "build_target=$BUILD_TARGET" \
92-
--build-arg "packages=$PACKAGE" \
92+
--build-arg "package=$PACKAGE" \
9393
--build-arg "package_version=$PACKAGE_VERSION" \
9494
--build-arg "maintainer=$MAINTAINER" \
9595
-f ${DOCKERFILE_LOCATION:-./dockerfile} \

0 commit comments

Comments
 (0)