From ea5d37de72b56663eccd7c5c81a06a4b7e621b35 Mon Sep 17 00:00:00 2001 From: Meysam Azad Date: Fri, 1 Mar 2024 15:36:23 +0700 Subject: [PATCH] fix(ci): modify conditional for building tags --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9a69ab..72dfd62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} build-tag: - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') + if: github.event_name == 'push' && github.ref == 'refs/tags/*' permissions: contents: read packages: write