1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

feat: update CI script

This commit is contained in:
Christy Jacob 2023-06-06 19:37:35 +05:30
parent a2534e643e
commit cb303ca71b

View file

@ -35,7 +35,7 @@ jobs:
with:
images: appwrite/cloud
tags: |
type=pep440,pattern={{version}},value=${{ github.ref_name }}
type=ref,event=tag
- name: Build & Publish to DockerHub
uses: docker/build-push-action@v4
@ -45,5 +45,4 @@ jobs:
build-args: |
VERSION=${{ steps.meta.outputs.version }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}