From c25c6c29162fb9cca14aedf84c8f57ab10000299 Mon Sep 17 00:00:00 2001 From: Guillermo Date: Mon, 16 Feb 2026 16:17:26 +0000 Subject: [PATCH] action for tag creation --- .gitea/workflows/tag.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/tag.yaml diff --git a/.gitea/workflows/tag.yaml b/.gitea/workflows/tag.yaml new file mode 100644 index 0000000..b5119fc --- /dev/null +++ b/.gitea/workflows/tag.yaml @@ -0,0 +1,12 @@ +name: Tag Release + +on: + - create + +jobs: + create new images with tag: + runs-on: ubuntu-latest + steps: + + - name: Extract Branch Name + run: echo "${{ gitea.ref }}" ;