This commit is contained in:
chenzhihang 2026-03-06 10:44:40 +08:00
parent bb4ed54e78
commit af0a78df38
1 changed files with 4 additions and 0 deletions

View File

@ -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 文件函数