mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-19 12:12:46 +00:00
[devops] fix release docker ci (#5665)
This commit is contained in:
parent
4cfbf30a5e
commit
c1594e4bad
@ -24,7 +24,7 @@ jobs:
|
|||||||
version=$(cat version.txt)
|
version=$(cat version.txt)
|
||||||
tag=hpcaitech/colossalai:$version
|
tag=hpcaitech/colossalai:$version
|
||||||
latest=hpcaitech/colossalai:latest
|
latest=hpcaitech/colossalai:latest
|
||||||
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
|
||||||
docker tag $tag $latest
|
docker tag $tag $latest
|
||||||
echo "tag=${tag}" >> $GITHUB_OUTPUT
|
echo "tag=${tag}" >> $GITHUB_OUTPUT
|
||||||
echo "latest=${latest}" >> $GITHUB_OUTPUT
|
echo "latest=${latest}" >> $GITHUB_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user