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: ''
|
default: ''
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
||||||
|
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-git-apply:
|
get-git-apply:
|
||||||
@ -20,7 +21,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket
|
REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket
|
||||||
USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images
|
USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images
|
||||||
USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal
|
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/proxy:/tmp/proxy
|
- /tmp/proxy:/tmp/proxy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user