ci: add labels to sandbox container
This commit is contained in:
parent
94e4a0ddd2
commit
0bb036ef1d
|
@ -235,6 +235,11 @@ async function main () {
|
|||
`VIRTUAL_HOST=${hostname}`,
|
||||
`VIRTUAL_PORT=8000`
|
||||
],
|
||||
Labels: {
|
||||
appversion: argv.appversion ?? '0.0.0',
|
||||
commit: argv.commit ?? 'unknown',
|
||||
ghrunid: argv.ghrunid ?? '0'
|
||||
},
|
||||
HostConfig: {
|
||||
Binds: [
|
||||
'dt-assets:/assets'
|
||||
|
|
Loading…
Reference in a new issue