We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb036e commit 9c78c25Copy full SHA for 9c78c25
1 file changed
dev/deploy-to-container/cli.js
@@ -236,9 +236,9 @@ async function main () {
236
`VIRTUAL_PORT=8000`
237
],
238
Labels: {
239
- appversion: argv.appversion ?? '0.0.0',
240
- commit: argv.commit ?? 'unknown',
241
- ghrunid: argv.ghrunid ?? '0'
+ appversion: `{argv.appversion}` ?? '0.0.0',
+ commit: `${argv.commit}` ?? 'unknown',
+ ghrunid: `${argv.ghrunid}` ?? '0'
242
},
243
HostConfig: {
244
Binds: [
0 commit comments