Update check_git_apply.yaml

This commit is contained in:
uazo 2022-10-28 10:12:07 -02:00 committed by GitHub
parent 5258713cc6
commit a4abb945ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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