From ed3146249938688e2528c05e8c2eb98a5d822808 Mon Sep 17 00:00:00 2001 From: Angel Nunez Mencias Date: Sun, 1 Jun 2025 13:38:22 +0200 Subject: [PATCH] ci tag --- .github/workflows/ci-playground.yaml | 1 + .github/workflows/ci.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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