diff --git a/.github/workflows/check_git_apply.yaml b/.github/workflows/check_git_apply.yaml index dc4db9b..cfd3f29 100644 --- a/.github/workflows/check_git_apply.yaml +++ b/.github/workflows/check_git_apply.yaml @@ -20,8 +20,8 @@ jobs: image: uazo/build-deps:latest env: GITHUB_SHA: ${{ github.event.inputs.rtag }} - REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket - USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images + REMOVEDOCKERSUPPORT: false # CUSTOM RUNNER: remove sharing of docker socket + USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images volumes: - /tmp/proxy:/tmp/proxy