Update check_git_apply.yaml

This commit is contained in:
uazo 2022-10-28 14:12:24 +00:00 committed by GitHub
parent 99c7eed766
commit 312a3dd9cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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