added code to print version number
Docker / Test (push) Successful in 39s
Docker / Publish (push) Failing after 6s

This commit is contained in:
brb
2023-07-12 11:49:00 +02:00
parent 478d258a31
commit 20023ca9a9
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
- -
name: Show Environment Variables name: Show Environment Variables
env: env:
tag: ${{steps.vars.output.TAG}} tag: ${{steps.vars.outputs.TAG}}
run: | run: |
echo $tag echo $tag
- -