From 312a3dd9ccf804e7dcfb93c1f2adc717e9a20e9c Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 28 Oct 2022 14:12:24 +0000 Subject: [PATCH] Update check_git_apply.yaml --- .github/workflows/check_git_apply.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_git_apply.yaml b/.github/workflows/check_git_apply.yaml index cfd3f29..f1d84f3 100644 --- a/.github/workflows/check_git_apply.yaml +++ b/.github/workflows/check_git_apply.yaml @@ -11,7 +11,8 @@ on: env: GITHUB_SHA: ${{ github.event.inputs.rtag }} USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal - + REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket + jobs: get-git-apply: runs-on: ci @@ -20,7 +21,6 @@ jobs: image: uazo/build-deps:latest env: GITHUB_SHA: ${{ github.event.inputs.rtag }} - REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images volumes: - /tmp/proxy:/tmp/proxy