✅ 测试dev tag镜像
This commit is contained in:
7
docker/notify_docker_user.js
Normal file
7
docker/notify_docker_user.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const notify = require('../sendNotify');
|
||||
|
||||
function image_update_notify() {
|
||||
notify.sendNotify("⚠️Docker镜像版本更新通知⚠️", process.env.NOTIFY_CONTEXT)
|
||||
}
|
||||
|
||||
image_update_notify();
|
Reference in New Issue
Block a user