action for tag creation
All checks were successful
Workflow de prueba / Build and push images (push) Successful in 1m7s
All checks were successful
Workflow de prueba / Build and push images (push) Successful in 1m7s
This commit is contained in:
12
.gitea/workflows/tag.yaml
Normal file
12
.gitea/workflows/tag.yaml
Normal 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 }}" ;
|
||||
Reference in New Issue
Block a user