1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

chore: update ci scripts

This commit is contained in:
Christy Jacob 2023-09-18 11:50:23 -04:00
parent e8011074ec
commit a199679101

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: cl-1.4.x
ref: master
- name: Login to Docker Hub
uses: docker/login-action@v2