Compare commits

...
1 Commits
Author SHA1 Message Date
brb 20023ca9a9 added code to print version number
Docker / Publish (push) Failing after 6s
Docker / Test (push) Successful in 39s
2023-07-12 11:49:00 +02:00
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
-
name: Show Environment Variables
env:
tag: ${{steps.vars.output.TAG}}
tag: ${{steps.vars.outputs.TAG}}
run: |
echo $tag
-