Merge pull request #6257 from appwrite/cl-1.4.x

Cl 1.4.x
This commit is contained in:
Christy Jacob
2023-09-18 12:00:24 -04:00
committed by GitHub
+3 -3
View File
@@ -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: feat-db-pools-master
ref: master
- name: Login to Docker Hub
uses: docker/login-action@v2