fixed docker build

This commit is contained in:
anhefti 2021-07-15 08:35:03 +02:00
parent 3d58aecd92
commit feb53b57ca

View file

@ -56,7 +56,10 @@ jobs:
id: short-sha id: short-sha
- -
name: Store short SHA as environment variable name: Store short SHA as environment variable
run: echo $SHA run: |
echo $SHA
echo $TAG_NAME
echo ${{ env.TAG_NAME }}
env: env:
SHA: ${{ steps.short-sha.outputs.sha }} SHA: ${{ steps.short-sha.outputs.sha }}
- -