测是dev镜像

This commit is contained in:
iouAkira
2020-12-11 15:34:22 +08:00
parent d758d184bd
commit 9c50784689
3 changed files with 10 additions and 8 deletions
+3 -1
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();