mirror of
https://github.com/chinnkarahoi/jd_scripts.git
synced 2024-06-05 19:32:47 +08:00
7 lines
196 B
JavaScript
7 lines
196 B
JavaScript
|
|
const notify = require('../sendNotify');
|
|||
|
|
|
|||
|
|
function image_update_notify() {
|
|||
|
|
notify.sendNotify("⚠️Docker镜像版本更新通知⚠️", process.env.NOTIFY_CONTEXT)
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
image_update_notify();
|