Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
11d1436a
Unverified
Commit
11d1436a
authored
Jul 18, 2022
by
Frank Lee
Committed by
GitHub
Jul 18, 2022
Browse files
[workflow] update docker build workflow to use proxy (#1334)
parent
75abc75c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/release_docker.yml
.github/workflows/release_docker.yml
+1
-1
No files found.
.github/workflows/release_docker.yml
View file @
11d1436a
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment