ci: add labels to sandbox container

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

View file

@ -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'