We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfbf30 commit c1594e4Copy full SHA for c1594e4
.github/workflows/release_docker_after_publish.yml
@@ -24,7 +24,7 @@ jobs:
24
version=$(cat version.txt)
25
tag=hpcaitech/colossalai:$version
26
latest=hpcaitech/colossalai:latest
27
- docker build --build-arg http_proxy=http://172.17.0.1:7890 --build-arg https_proxy=http://172.17.0.1:7890 --build-arg VERSION=v${version} -t $tag ./docker
+ docker build --build-arg VERSION=v${version} -t $tag ./docker
28
docker tag $tag $latest
29
echo "tag=${tag}" >> $GITHUB_OUTPUT
30
echo "latest=${latest}" >> $GITHUB_OUTPUT
0 commit comments