ci: add hostname label to sandbox container

This commit is contained in:
Nicolas Giard 2022-12-06 18:03:00 -05:00 committed by GitHub
parent 7a4c8b375f
commit 81b8ffc929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,7 +238,8 @@ async function main () {
Labels: {
appversion: `${argv.appversion}` ?? '0.0.0',
commit: `${argv.commit}` ?? 'unknown',
ghrunid: `${argv.ghrunid}` ?? '0'
ghrunid: `${argv.ghrunid}` ?? '0',
hostname
},
HostConfig: {
Binds: [