fix missing revision passing for release, nicer vars

This commit is contained in:
John
2022-09-18 18:16:59 +02:00
parent 7d8a87111a
commit 80bbd8753b
2 changed files with 9 additions and 1 deletions
+4 -1
View File
@@ -51,4 +51,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: build
run: cd contrib/docker && GIT_BRANCH=${GITHUB_REF##*/} LIMITARCH=${{ github.event.inputs.limitarch }} GIT_REVISION=${{ steps.gittag.outputs.describe }} ./build.sh
run: cd contrib/docker && GIT_BRANCH=${GITHUB_REF##*/} ./build.sh
env:
GIT_REVISION: ${{ steps.gittag.outputs.describe }}
LIMITARCH: ${{ github.event.inputs.limitarch }}