added code to extract version number
Docker / Test (push) Successful in 38s
Docker / Publish (push) Failing after 5s

This commit is contained in:
brb
2023-07-12 11:29:26 +02:00
parent 233c0ef977
commit 0becddf81f
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
name: Set Environment Variables
id: vars
run: |
echo $gitea.ref_name
echo ${{gitea.ref_name}}
echo TAG=${gitea.ref_name#refs/*/} >> $GITEA_OUTPUT
-
name: Show Environment Variables