Skip to content

Commit ebb0a6a

Browse files
committed
adding build context
1 parent 6d6bd92 commit ebb0a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/kserve/build_image.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ cp ../../frontend/server/src/main/resources/proto/*.proto .
6464
cp -r ../../third_party .
6565

6666
if [ "${MULTI}" == "true" ]; then
67-
DOCKER_BUILDKIT=1 docker buildx build --file "$DOCKER_FILE" --build-arg BASE_IMAGE=$BASE_IMAGE --platform "${ARCH}" -t "$DOCKER_TAG" --push
67+
DOCKER_BUILDKIT=1 docker buildx build --file "$DOCKER_FILE" --build-arg BASE_IMAGE=$BASE_IMAGE --platform "${ARCH}" -t "$DOCKER_TAG" --push .
6868
else
69-
DOCKER_BUILDKIT=1 docker buildx build --file "$DOCKER_FILE" --build-arg BASE_IMAGE=$BASE_IMAGE -t "$DOCKER_TAG" --load
69+
DOCKER_BUILDKIT=1 docker buildx build --file "$DOCKER_FILE" --build-arg BASE_IMAGE=$BASE_IMAGE -t "$DOCKER_TAG" --load .
7070
fi

0 commit comments

Comments
 (0)