ci: force sandbox container labels to be string

This commit is contained in:
Nicolas Giard 2022-12-06 17:26:03 -05:00 committed by GitHub
parent 0bb036ef1d
commit 9c78c250ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,9 +236,9 @@ async function main () {
`VIRTUAL_PORT=8000`
],
Labels: {
appversion: argv.appversion ?? '0.0.0',
commit: argv.commit ?? 'unknown',
ghrunid: argv.ghrunid ?? '0'
appversion: `{argv.appversion}` ?? '0.0.0',
commit: `${argv.commit}` ?? 'unknown',
ghrunid: `${argv.ghrunid}` ?? '0'
},
HostConfig: {
Binds: [