Update check_git_apply.yaml

This commit is contained in:
uazo 2022-10-28 07:59:29 -02:00 committed by GitHub
parent 9b0002223d
commit 911e10dec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -10,9 +10,6 @@ on:
env:
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:
get-git-apply:
@ -20,6 +17,10 @@ jobs:
container:
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: