From 5334e047864b555bddf2cf8e6caefa2eab1ca27a Mon Sep 17 00:00:00 2001 From: Damon To Date: Mon, 25 Mar 2024 15:36:07 +0800 Subject: [PATCH] chore(ci): publish the docker image when releasing a new version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3e5ac58..2ed3bf5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: permissions: contents: write packages: write - # if: startsWith(github.ref, 'refs/tags/v') + if: startsWith(github.ref, 'refs/tags/v') steps: - name: Checkout code uses: actions/checkout@v4