make version/branch dynamic to build and add build-date
This commit is contained in:
parent
eeb0198e3d
commit
0906480270
5 changed files with 20 additions and 139 deletions
8
.github/workflows/docker.yaml
vendored
8
.github/workflows/docker.yaml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue