Update check_git_apply.yaml
This commit is contained in:
parent
5258713cc6
commit
a4abb945ef
4
.github/workflows/check_git_apply.yaml
vendored
4
.github/workflows/check_git_apply.yaml
vendored
@ -9,7 +9,8 @@ on:
|
||||
default: ''
|
||||
|
||||
env:
|
||||
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
||||
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
||||
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
||||
|
||||
jobs:
|
||||
get-git-apply:
|
||||
@ -20,7 +21,6 @@ jobs:
|
||||
env:
|
||||
REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket
|
||||
USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images
|
||||
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
||||
volumes:
|
||||
- /tmp/proxy:/tmp/proxy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user