WIP proxy #3
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