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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: