diff --git a/.github/workflows/ci-playground.yaml b/.github/workflows/ci-playground.yaml index b4d1ede34..3a9b65071 100644 --- a/.github/workflows/ci-playground.yaml +++ b/.github/workflows/ci-playground.yaml @@ -51,6 +51,7 @@ jobs: type=schedule type=ref,event=branch type=ref,event=pr + type=ref,event=tag type=semver,pattern={{version}} - name: Build and push to gitea registry diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d663dd2b7..87f196cc2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,8 @@ jobs: type=schedule type=ref,event=branch type=ref,event=pr - type=semver,pattern={{raw}} + type=ref,event=tag + type=semver,pattern={{version}} - name: Install uv uses: https://github.com/astral-sh/setup-uv@v5