From 68bb862977436432ff110f87f13b1eec8dfcb2b5 Mon Sep 17 00:00:00 2001 From: Wang Jian <61138589+hzjane@users.noreply.github.com> Date: Mon, 24 Apr 2023 09:21:07 +0800 Subject: [PATCH] Update branch-2.3.0 occlum production image build dir (#8117) --- .github/workflows/manually_build.yml | 5 +++-- .github/workflows/manually_build_for_testing.yml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manually_build.yml b/.github/workflows/manually_build.yml index 8a751f0abf6..e1b13069903 100644 --- a/.github/workflows/manually_build.yml +++ b/.github/workflows/manually_build.yml @@ -555,8 +555,9 @@ jobs: --build-arg no_proxy=${NO_PROXY} \ --build-arg SPARK_JAR_REPO_URL=${SPARK_JAR_REPO_URL} \ -t ${image}:${TAG} -f ./production/Dockerfile . - pwd - cd /home/arda/github-action-runner/actions-runner/_work/BigDL/BigDL/ppml/trusted-big-data-ml/scala/docker-occlum + dir_path=$(pwd) + echo $dir_path + cd $dir_path export image_name=${image}:${TAG} export final_name=${image_name}-build export container_name=${TAG}-container diff --git a/.github/workflows/manually_build_for_testing.yml b/.github/workflows/manually_build_for_testing.yml index f31a13d6451..13ff4d25554 100644 --- a/.github/workflows/manually_build_for_testing.yml +++ b/.github/workflows/manually_build_for_testing.yml @@ -459,8 +459,9 @@ jobs: --build-arg no_proxy=${NO_PROXY} \ --build-arg SPARK_JAR_REPO_URL=${SPARK_JAR_REPO_URL} \ -t ${image}:${TAG} -f ./production/Dockerfile . - pwd - cd /home/arda/github-action-runner/actions-runner/_work/BigDL/BigDL/ppml/trusted-big-data-ml/scala/docker-occlum + dir_path=$(pwd) + echo $dir_path + cd $dir_path export image_name=${image}:${TAG} export final_name=${image_name}-build export container_name=${TAG}-container