Update check_git_apply.yaml

This commit is contained in:
uazo 2022-10-28 07:46:52 -08:00 committed by GitHub
parent bf5dbce4be
commit 73d719f6db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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