testing how to set env vars
Docker / Test (push) Successful in 38s
Docker / Publish (push) Failing after 4s

This commit is contained in:
brb
2023-07-12 11:32:50 +02:00
parent 0becddf81f
commit 4c99b6a1af
+3 -2
View File
@@ -33,9 +33,10 @@ jobs:
- uses: actions/checkout@v3
-
name: Set Environment Variables
id: vars
env:
ref_name: ${{gitea.ref_name}}
run: |
echo ${{gitea.ref_name}}
echo $ref_name
echo TAG=${gitea.ref_name#refs/*/} >> $GITEA_OUTPUT
-
name: Show Environment Variables