测是dev镜像

This commit is contained in:
iouAkira
2020-12-11 15:34:22 +08:00
parent 0e75223c45
commit b81c92a89f
3 changed files with 10 additions and 8 deletions

View File

@@ -1,7 +1,9 @@
const notify = require('../sendNotify');
function image_update_notify() {
notify.sendNotify("⚠Docker镜像版本更新通知⚠", process.env.NOTIFY_CONTEXT)
if (process.env.NOTIFY_CONTENT) {
notify.sendNotify("⚠Docker镜像版本更新通知⚠", process.env.NOTIFY_CONTENT)
}
}
image_update_notify();