WIP proxy #3

Open
garbelo wants to merge 65 commits from proxy into main
Showing only changes of commit c25c6c2916 - Show all commits

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