This commit is contained in:
parent
bb4ed54e78
commit
af0a78df38
|
|
@ -72,6 +72,10 @@ build_image() {
|
|||
fi
|
||||
echo "Build ${image} image succeed"
|
||||
docker push ${image}
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "push ${image} image fail"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
# 复制和替换 YAML 文件函数
|
||||
|
|
|
|||
Loading…
Reference in New Issue