add feature branch devel builds

This commit is contained in:
John
2022-09-11 17:37:07 +02:00
parent 45f92f6d5c
commit fb4666cd1e
3 changed files with 7 additions and 3 deletions
+3 -2
View File
@@ -2,7 +2,8 @@ name: Build
on:
push:
branches: [ master ]
branches:
- master
paths:
- 'src/**'
- 'autogen.sh'
@@ -50,4 +51,4 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: build
run: cd contrib/docker && LIMITARCH=${{ github.event.inputs.limitarch }} GIT_REVISION=${{ steps.gittag.outputs.describe }} ./build.sh
run: cd contrib/docker && GIT_BRANCH=${GITHUB_REF##*/} LIMITARCH=${{ github.event.inputs.limitarch }} GIT_REVISION=${{ steps.gittag.outputs.describe }} ./build.sh