ci: add hostname label to sandbox container
This commit is contained in:
parent
7a4c8b375f
commit
81b8ffc929
|
@ -238,7 +238,8 @@ async function main () {
|
||||||
Labels: {
|
Labels: {
|
||||||
appversion: `${argv.appversion}` ?? '0.0.0',
|
appversion: `${argv.appversion}` ?? '0.0.0',
|
||||||
commit: `${argv.commit}` ?? 'unknown',
|
commit: `${argv.commit}` ?? 'unknown',
|
||||||
ghrunid: `${argv.ghrunid}` ?? '0'
|
ghrunid: `${argv.ghrunid}` ?? '0',
|
||||||
|
hostname
|
||||||
},
|
},
|
||||||
HostConfig: {
|
HostConfig: {
|
||||||
Binds: [
|
Binds: [
|
||||||
|
|
Loading…
Reference in a new issue