From cb3100748c96a64c1ffba8fc353c0d992f5088b1 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Mon, 13 Nov 2023 19:51:09 +0800 Subject: [PATCH] feat: add openim cicd images Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com> --- .github/workflows/build-openim-web-image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-openim-web-image.yml b/.github/workflows/build-openim-web-image.yml index e040d5270..999c2e1e3 100644 --- a/.github/workflows/build-openim-web-image.yml +++ b/.github/workflows/build-openim-web-image.yml @@ -15,11 +15,11 @@ name: Build OpenIM Web Docker image on: - schedule: - - cron: '30 3 * * *' +# schedule: +# - cron: '30 3 * * *' push: branches: - - main + # - main - release-* tags: - v*