Skip to content

Commit c1594e4

Browse files
authored
[devops] fix release docker ci (#5665)
1 parent 4cfbf30 commit c1594e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_docker_after_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
version=$(cat version.txt)
2525
tag=hpcaitech/colossalai:$version
2626
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
27+
docker build --build-arg VERSION=v${version} -t $tag ./docker
2828
docker tag $tag $latest
2929
echo "tag=${tag}" >> $GITHUB_OUTPUT
3030
echo "latest=${latest}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)