测试dev tag镜像

This commit is contained in:
iouAkira
2020-12-11 14:47:13 +08:00
parent 0a261177c4
commit 6224ca69d4
3 changed files with 24 additions and 2 deletions

View File

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