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