Skip to content

Commit 68bb862

Browse files
authored
Update branch-2.3.0 occlum production image build dir (#8117)
1 parent 000504a commit 68bb862

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/manually_build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,9 @@ jobs:
555555
--build-arg no_proxy=${NO_PROXY} \
556556
--build-arg SPARK_JAR_REPO_URL=${SPARK_JAR_REPO_URL} \
557557
-t ${image}:${TAG} -f ./production/Dockerfile .
558-
pwd
559-
cd /home/arda/github-action-runner/actions-runner/_work/BigDL/BigDL/ppml/trusted-big-data-ml/scala/docker-occlum
558+
dir_path=$(pwd)
559+
echo $dir_path
560+
cd $dir_path
560561
export image_name=${image}:${TAG}
561562
export final_name=${image_name}-build
562563
export container_name=${TAG}-container

.github/workflows/manually_build_for_testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,9 @@ jobs:
459459
--build-arg no_proxy=${NO_PROXY} \
460460
--build-arg SPARK_JAR_REPO_URL=${SPARK_JAR_REPO_URL} \
461461
-t ${image}:${TAG} -f ./production/Dockerfile .
462-
pwd
463-
cd /home/arda/github-action-runner/actions-runner/_work/BigDL/BigDL/ppml/trusted-big-data-ml/scala/docker-occlum
462+
dir_path=$(pwd)
463+
echo $dir_path
464+
cd $dir_path
464465
export image_name=${image}:${TAG}
465466
export final_name=${image_name}-build
466467
export container_name=${TAG}-container

0 commit comments

Comments
 (0)