add USEINTERNALNETWORK flag
This commit is contained in:
parent
5b1013c9e4
commit
6e976a45af
5
.github/workflows/build_bromite.yaml
vendored
5
.github/workflows/build_bromite.yaml
vendored
@ -156,8 +156,9 @@ jobs:
|
|||||||
image: uazo/bromite-build:76745fde6ed75542f005ea5528f486df41c56da4 #${{ env.BROMITE_SHA }}
|
image: uazo/bromite-build:76745fde6ed75542f005ea5528f486df41c56da4 #${{ env.BROMITE_SHA }}
|
||||||
env:
|
env:
|
||||||
SERVER_HOST_GOMA: gomaserver
|
SERVER_HOST_GOMA: gomaserver
|
||||||
REMOVEDOCKERSUPPORT: true
|
REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket
|
||||||
USELOCALIMAGE: true
|
USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images
|
||||||
|
USEINTERNALNETWORK: true # CUSTOM RUNNER: create the docker network as internal
|
||||||
volumes:
|
volumes:
|
||||||
- /storage/bromite/${{ github.sha }}:/home/lg/working_dir/artifacs
|
- /storage/bromite/${{ github.sha }}:/home/lg/working_dir/artifacs
|
||||||
- /tmp/proxy:/tmp/proxy
|
- /tmp/proxy:/tmp/proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user