From 9b0002223d9d95b477131a6f2355dfded9413fed Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 28 Oct 2022 07:55:11 -0200 Subject: [PATCH] enable use of local images --- .github/workflows/check_git_apply.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_git_apply.yaml b/.github/workflows/check_git_apply.yaml index 8f254b5..9c4b05c 100644 --- a/.github/workflows/check_git_apply.yaml +++ b/.github/workflows/check_git_apply.yaml @@ -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: