1
0
Fork 0
mirror of synced 2024-10-03 02:37:40 +13:00

Merge pull request #6299 from appwrite/master

Sync 1.4.x with master
This commit is contained in:
Christy Jacob 2023-09-21 03:58:43 -04:00 committed by GitHub
commit 5b45acf67a
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