Update build_bromite.yaml

This commit is contained in:
uazo 2021-07-31 15:19:04 +02:00 committed by GitHub
parent 20dfb0c60a
commit 97f82ee962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ jobs:
USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images USELOCALIMAGE: true # CUSTOM RUNNER: permit use of local images
USEINTERNALNETWORK: true # CUSTOM RUNNER: create the docker network as internal USEINTERNALNETWORK: true # CUSTOM RUNNER: create the docker network as internal
volumes: volumes:
- /storage/images/${{ github.sha }}:/home/lg/working_dir/artifacs - /storage/images/${{ env.BROMITE_SHA }}:/home/lg/working_dir/artifacs
- /tmp/proxy:/tmp/proxy - /tmp/proxy:/tmp/proxy
steps: steps: