1
0
Fork 0
mirror of synced 2024-07-02 05:00:33 +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: on:
push: push:
tags: tags:
- appwrite-* - cl-*
jobs: jobs:
build-publish: build-publish:
@ -16,7 +16,7 @@ jobs:
with: with:
fetch-depth: 2 fetch-depth: 2
submodules: recursive submodules: recursive
ref: cl-1.4.x ref: master
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v2 uses: docker/login-action@v2