enable use of local images
This commit is contained in:
parent
b6c627c29f
commit
9b0002223d
2
.github/workflows/check_git_apply.yaml
vendored
2
.github/workflows/check_git_apply.yaml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
||||||
REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket
|
REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket
|
||||||
USELOCALIMAGE: false # CUSTOM RUNNER: permit use of local images
|
USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images
|
||||||
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user