File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ jobs:
198198 pwd
199199 export path = $pwd
200200 echo "::set-output name=bin_path::$path"
201+ echo "path $path bin_path ${{steps.uploadftp.outputs.bin_path}}"
201202 echo "upload file: ${{steps.vars.outputs.artifact_name}} successfully!"
202203
203204 - name : setup oss
Original file line number Diff line number Diff line change @@ -118,10 +118,10 @@ build: $(BUILD_DEPS)
118118
119119
120120docker-buildenv :
121- docker build -t filvenus/venus-buildenv -f docker/venus-buildenv.dockerfile .
121+ docker build --build-arg https_proxy= $( BUILD_DOCKER_PROXY ) -t filvenus/venus-buildenv -f docker/venus-buildenv.dockerfile .
122122
123123docker-runtime :
124- docker build -t filvenus/venus-runtime -f docker/venus-runtime.dockerfile .
124+ docker build --build-arg https_proxy= $( BUILD_DOCKER_PROXY ) -t filvenus/venus-runtime -f docker/venus-runtime.dockerfile .
125125
126126docker :
127- docker build -t venus .
127+ docker build --build-arg https_proxy= $( BUILD_DOCKER_PROXY ) -t venus .
You can’t perform that action at this time.
0 commit comments