Update check_git_apply.yaml
This commit is contained in:
parent
9b0002223d
commit
911e10dec7
7
.github/workflows/check_git_apply.yaml
vendored
7
.github/workflows/check_git_apply.yaml
vendored
@ -10,9 +10,6 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
GITHUB_SHA: ${{ github.event.inputs.rtag }}
|
||||||
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
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-git-apply:
|
get-git-apply:
|
||||||
@ -20,6 +17,10 @@ jobs:
|
|||||||
|
|
||||||
container:
|
container:
|
||||||
image: uazo/build-deps:latest
|
image: uazo/build-deps:latest
|
||||||
|
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
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user