Skip to content

Commit 80dbd83

Browse files
committed
fix 4
1 parent 8e886a6 commit 80dbd83

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/tag-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ build: $(BUILD_DEPS)
118118

119119

120120
docker-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

123123
docker-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

126126
docker:
127-
docker build -t venus .
127+
docker build --build-arg https_proxy=$(BUILD_DOCKER_PROXY) -t venus .

0 commit comments

Comments
 (0)