更新 .github/workflows/build.yaml
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Failing after 20s
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Failing after 20s
This commit is contained in:
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@@ -31,10 +31,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
driver: docker-container
|
driver: docker-container
|
||||||
driver-opts: |
|
driver-opts: |
|
||||||
env.HTTP_PROXY=http://10.0.0.52:7890
|
env.http_proxy=http://10.0.0.52:7890
|
||||||
env.HTTPS_PROXY=http://10.0.0.52:7890
|
env.https_proxy=http://10.0.0.52:7890
|
||||||
env.ALL_PROXY=socks://10.0.0.52:7890
|
env.all_proxy=socks://10.0.0.52:7890
|
||||||
env.NO_PROXY="localhost,127.0.0.1,aliyuncs.com,registry-vpc.cn-beijing.aliyuncs.com"
|
env.no_proxy=localhost,127.0.0.1
|
||||||
|
|
||||||
- name: 从标签名中提取版本号
|
- name: 从标签名中提取版本号
|
||||||
id: extract_version
|
id: extract_version
|
||||||
|
|||||||
Reference in New Issue
Block a user