diff --git a/.github/workflows/check_git_apply.yaml b/.github/workflows/check_git_apply.yaml index c90f264..197b788 100644 --- a/.github/workflows/check_git_apply.yaml +++ b/.github/workflows/check_git_apply.yaml @@ -14,6 +14,14 @@ env: jobs: build: runs-on: ci + + container: + image: ubuntu:latest + env: + REMOVEDOCKERSUPPORT: true # CUSTOM RUNNER: remove sharing of docker socket + USELOCALIMAGE: false # CUSTOM RUNNER: permit use of local images + USEINTERNALNETWORK: false # CUSTOM RUNNER: create the docker network as internal + steps: - name: Prepare container