Update build.yaml

This commit is contained in:
uazo
2021-07-10 16:16:24 +02:00
committed by GitHub
parent 1aac2aa89e
commit a097c283b2
+4 -1
View File
@@ -73,15 +73,18 @@ jobs:
volumes:
- /tmp/proxy:/tmp/proxy
env:
REDISHOST: localhost
REDISHOST: redis
REMOTEEXEC_ADDR: ${{ secrets.REMOTEEXEC_ADDR }}
container:
image: uazo/bromite-build:9109417e415f9f0aa204dc3e1391138fa5e13bf8 #${{ github.sha }}
env:
SERVER_HOST_GOMA: gomaserver
volumes:
- /storage/bromite/${{ github.sha }}:/home/lg/working_dir/artifacs
- /tmp/proxy:/tmp/proxy
steps:
- name: Build Bromite
shell: bash