更新 .github/workflows/build.yaml
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Has been cancelled
Some checks failed
Virtual Kubelet Docker Build and Deploy / build-and-deploy (push) Has been cancelled
This commit is contained in:
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
@@ -24,17 +24,11 @@ jobs:
|
||||
ls -la ${{ github.workspace }}
|
||||
echo "🍏 此作业的状态是 ${{ job.status }}。"
|
||||
|
||||
# - name: 设置 Docker Buildx
|
||||
# uses: docker/setup-buildx-action@v3
|
||||
- name: 设置带代理的 Docker Buildx
|
||||
|
||||
- name: 设置 Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver: docker # 明确指定使用 docker 驱动
|
||||
# driver-opts: |
|
||||
# network=host
|
||||
# env.http_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
|
||||
|
||||
- name: 从标签名中提取版本号
|
||||
id: extract_version
|
||||
|
||||
Reference in New Issue
Block a user