File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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} \
You can’t perform that action at this time.
0 commit comments