Add version support for the docker builds & local builds. (#128)

Add experimental support for github actions
This commit is contained in:
Redblueflame
2021-03-29 16:51:49 +02:00
committed by GitHub
parent bb8c0d264e
commit 0834759e1a
4 changed files with 28 additions and 6 deletions

View File

@@ -182,4 +182,7 @@ export default {
color: 'green',
height: '2px',
},
env: {
version: process.env.VERSION_ID || 'unknown',
},
}