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 @@ -451,10 +451,10 @@ docker-push:
451451 docker push ${KO_DOCKER_REPO} /${CONTROLLER_IMG}
452452
453453docker-build-llmisvc :
454- ${ENGINE} buildx build ${ARCH} --build-arg GOTAGS=${GOTAGS} -t ${KO_DOCKER_REPO} /${LLMISVC_CONTROLLER_IMG} -f llmisvc-controller.Dockerfile .
454+ ${ENGINE} buildx build ${ARCH} --load -- build-arg GOTAGS=${GOTAGS} -t ${KO_DOCKER_REPO} /${LLMISVC_CONTROLLER_IMG} -f llmisvc-controller.Dockerfile .
455455
456456docker-push-llmisvc : docker-build-llmisvc
457- ${ENGINE} buildx build ${ARCH} --build-arg GOTAGS= ${GOTAGS} -- push -t ${KO_DOCKER_REPO} /${LLMISVC_CONTROLLER_IMG} -f llmisvc-controller.Dockerfile .
457+ ${ENGINE} push ${KO_DOCKER_REPO} /${LLMISVC_CONTROLLER_IMG}
458458
459459docker-build-localmodel :
460460 ${ENGINE} buildx build ${ARCH} -t ${KO_DOCKER_REPO} /${LOCALMODEL_CONTROLLER_IMG} -f localmodel.Dockerfile .
You can’t perform that action at this time.
0 commit comments