This commit is contained in:
Akira
2020-12-11 18:39:57 +08:00
committed by GitHub
parent f79d459b89
commit 87580994fd

View File

@ -32,7 +32,7 @@ if type jq >/dev/null 2>&1; then
else
# 第一版通知逻辑无法包含在上面判断里面,镜像构建好直接开启通知
echo "当前容版版本过旧,发送镜像更新通知"
export NOTIFY_CONTEXT="更新内容较多重新阅读仓库Readme(),更新镜像并更新配置后使用。"
export NOTIFY_CONTENT="更新内容较多重新阅读仓库Readme(),更新镜像并更新配置后使用。"
cd /scripts/docker
node notify_docker_user.js
fi