2020-12-11 14:47:13 +08:00
|
|
|
|
const notify = require('../sendNotify');
|
2021-02-23 11:51:07 +08:00
|
|
|
|
|
|
|
|
|
|
function image_update_notify() {
|
|
|
|
|
|
notify.sendNotify("⚠️Docker镜像版本更新通知⚠️", process.env.NOTIFY_CONTEXT)
|
2020-12-11 14:47:13 +08:00
|
|
|
|
}
|
2021-02-23 11:51:07 +08:00
|
|
|
|
|
|
|
|
|
|
image_update_notify();
|