action for tag creation
All checks were successful
Workflow de prueba / Build and push images (push) Successful in 1m7s

This commit is contained in:
Guillermo
2026-02-16 16:17:26 +00:00
parent 1a682c121e
commit c25c6c2916

12
.gitea/workflows/tag.yaml Normal file
View File

@@ -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 }}" ;