Unverified Commit 11d1436a authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

[workflow] update docker build workflow to use proxy (#1334)

parent 75abc75c
......@@ -20,7 +20,7 @@ jobs:
- name: Build Docker
run: |
version=$(cat version.txt)
docker build -t hpcaitech/colossalai:$version ./docker
docker build --build-arg http_proxy=http://172.17.0.1:7890 --build-arg https_proxy=http://172.17.0.1:7890 -t hpcaitech/colossalai:$version ./docker
- name: Log in to Docker Hub
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
with:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment