测试dev tag镜像

This commit is contained in:
iouAkira
2020-12-11 14:47:13 +08:00
parent 66c9272604
commit 9326930c18
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();