fix docker build
This commit is contained in:
parent
46a4a61dea
commit
57bc139a29
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildReporting.yml
vendored
2
.github/workflows/buildReporting.yml
vendored
|
@ -59,7 +59,7 @@ jobs:
|
||||||
run: echo $SHA
|
run: echo $SHA
|
||||||
env:
|
env:
|
||||||
SHA: ${{ steps.short-sha.outputs.sha }}
|
SHA: ${{ steps.short-sha.outputs.sha }}
|
||||||
|
-
|
||||||
name: Set env
|
name: Set env
|
||||||
run: echo "TAG_NAME=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
run: echo "TAG_NAME=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in a new issue