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
commit ddb73eb4f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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