Skip to content

Commit

Permalink
Update branch-2.3.0 occlum production image build dir (#8117)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzjane authored Apr 24, 2023
1 parent 000504a commit 68bb862
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/manually_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/manually_build_for_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68bb862

Please sign in to comment.