From 73d719f6db656eb96930d22cf8ad1356b30e1260 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 28 Oct 2022 07:46:52 -0800 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 95fda13..18518d3 100644 --- a/.github/workflows/check_git_apply.yaml +++ b/.github/workflows/check_git_apply.yaml @@ -15,7 +15,7 @@ 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 + REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket jobs: get-git-apply: @@ -25,7 +25,7 @@ jobs: env: GITHUB_SHA: ${{ github.event.inputs.rtag }} USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images - REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket + REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket volumes: - /tmp/proxy:/tmp/proxy