Update check_git_apply.yaml
This commit is contained in:
parent
99c7eed766
commit
312a3dd9cc
2
.github/workflows/check_git_apply.yaml
vendored
2
.github/workflows/check_git_apply.yaml
vendored
@ -11,6 +11,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
|
||||
|
||||
jobs:
|
||||
get-git-apply:
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user