From cb303ca71bd31abb83221fa662afe83435a32b81 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Tue, 6 Jun 2023 19:37:35 +0530 Subject: [PATCH] feat: update CI script --- .github/workflows/publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 719f34af75..cc1d703998 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 }} \ No newline at end of file + tags: ${{ steps.meta.outputs.tags }} \ No newline at end of file