Tag and push the latest environment images (#333)
Update release script to push the latest tag for env images.
This commit is contained in:
committed by
Soam Vasani
parent
67c38f2f29
commit
7190661360
@@ -106,7 +106,9 @@ build_and_push_env_image() {
|
||||
./build.sh
|
||||
fi
|
||||
docker build -t fission/$imgname:$version .
|
||||
docker tag fission/$imgname:$version fission/$imgname:latest
|
||||
docker push fission/$imgname:$version
|
||||
docker push fission/$imgname:latest
|
||||
popd
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user