From 538c258117f01ae6485ee9643548b1407f2e4f6b Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Fri, 15 Sep 2023 06:01:17 +0000 Subject: [PATCH 1/2] chore: update ci --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4d7fbb7b7a..4d1bfda26e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 2 submodules: recursive - ref: feat-db-pools-master + ref: cl-1.4.x - name: Login to Docker Hub uses: docker/login-action@v2 From a19967910160619718ada8321a3e0787364b212d Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Mon, 18 Sep 2023 11:50:23 -0400 Subject: [PATCH 2/2] chore: update ci scripts --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4d1bfda26e..a87f1e574f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,9 @@ -name: "Build and Publish" +name: "Build and Publish Appwrite Images for Cloud" on: push: tags: - - appwrite-* + - cl-* jobs: build-publish: @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 2 submodules: recursive - ref: cl-1.4.x + ref: master - name: Login to Docker Hub uses: docker/login-action@v2