ci: fix sandbox label app version
This commit is contained in:
parent
9c78c250ed
commit
7a4c8b375f
|
@ -236,7 +236,7 @@ async function main () {
|
|||
`VIRTUAL_PORT=8000`
|
||||
],
|
||||
Labels: {
|
||||
appversion: `{argv.appversion}` ?? '0.0.0',
|
||||
appversion: `${argv.appversion}` ?? '0.0.0',
|
||||
commit: `${argv.commit}` ?? 'unknown',
|
||||
ghrunid: `${argv.ghrunid}` ?? '0'
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue