enable use of local images

This commit is contained in:
uazo
2022-10-28 07:55:11 -02:00
committed by GitHub
parent b6c627c29f
commit 9b0002223d

View File

@@ -11,7 +11,7 @@ on:
env:
GITHUB_SHA: ${{ github.event.inputs.rtag }}
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
jobs: