From a2d6a624548411844d7e1fc7d693f994301d4774 Mon Sep 17 00:00:00 2001 From: xuan <146319162+wxuanF@users.noreply.github.com> Date: Sun, 28 Apr 2024 14:35:48 +0800 Subject: [PATCH] Update action (#2256) * Rename check-coverage.yml to check-coverage.bak * Rename release.yml to release.bak * Update .env * Rename sync.yml to sync.bak * Rename sync-release.yml to sync-release.bak --- .env | 4 ++++ .github/workflows/{check-coverage.yml => check-coverage.bak} | 0 .github/workflows/{release.yml => release.bak} | 2 +- .github/workflows/{sync-release.yml => sync-release.bak} | 2 +- .github/workflows/{sync.yml => sync.bak} | 2 +- 5 files changed, 7 insertions(+), 3 deletions(-) rename .github/workflows/{check-coverage.yml => check-coverage.bak} (100%) rename .github/workflows/{release.yml => release.bak} (97%) rename .github/workflows/{sync-release.yml => sync-release.bak} (97%) rename .github/workflows/{sync.yml => sync.bak} (97%) diff --git a/.env b/.env index 6c2baa41d..d3ae0426a 100644 --- a/.env +++ b/.env @@ -9,5 +9,9 @@ MINIO_IMAGE=minio/minio:RELEASE.2024-01-11T07-46-16Z OPENIM_WEB_FRONT_IMAGE=openim/openim-web-front:release-v3.5.1 OPENIM_ADMIN_FRONT_IMAGE=openim/openim-admin-front:release-v1.7 +#FRONT_IMAGE: use aliyun images +#OPENIM_WEB_FRONT_IMAGE=registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-web-front:release-v3.5.1 +#OPENIM_ADMIN_FRONT_IMAGE=registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-admin-front:release-v1.7 + DATA_DIR=./ diff --git a/.github/workflows/check-coverage.yml b/.github/workflows/check-coverage.bak similarity index 100% rename from .github/workflows/check-coverage.yml rename to .github/workflows/check-coverage.bak diff --git a/.github/workflows/release.yml b/.github/workflows/release.bak similarity index 97% rename from .github/workflows/release.yml rename to .github/workflows/release.bak index 9950bdabb..c15cff6a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.bak @@ -78,4 +78,4 @@ jobs: ./_output/dist/*.rpm ./_output/dist/*.apk key: ${{ github.ref }} - - run: task goreleaser:test:${{ matrix.format }} \ No newline at end of file + - run: task goreleaser:test:${{ matrix.format }} diff --git a/.github/workflows/sync-release.yml b/.github/workflows/sync-release.bak similarity index 97% rename from .github/workflows/sync-release.yml rename to .github/workflows/sync-release.bak index e156e07d8..a85c74fde 100644 --- a/.github/workflows/sync-release.yml +++ b/.github/workflows/sync-release.bak @@ -41,4 +41,4 @@ jobs: automerge ASSIGNEES: | kubbot - continue-on-error: true \ No newline at end of file + continue-on-error: true diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.bak similarity index 97% rename from .github/workflows/sync.yml rename to .github/workflows/sync.bak index 77ed2f881..595cbbe2c 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.bak @@ -37,4 +37,4 @@ jobs: automerge ASSIGNEES: | kubbot - continue-on-error: true \ No newline at end of file + continue-on-error: true