make version/branch dynamic to build and add build-date

This commit is contained in:
Nicholas St. Germain 2020-12-21 11:00:45 -06:00
parent eeb0198e3d
commit 0906480270
No known key found for this signature in database
GPG key ID: 7221152119DAB1E6
5 changed files with 20 additions and 139 deletions

View file

@ -3,7 +3,9 @@ on:
schedule:
- cron: '0 10 * * *'
push:
branches: master
branches:
- master
- develop
tags:
- 'v*.*.*'
paths:
@ -11,7 +13,9 @@ on:
- 'Varken.py'
- 'Dockerfile'
pull_request:
branches: master
branches:
- master
- develop
paths:
- 'varken/**'
- 'Varken.py'