Update build_bromite.yaml
This commit is contained in:
parent
97f82ee962
commit
934a82208f
11
.github/workflows/build_bromite.yaml
vendored
11
.github/workflows/build_bromite.yaml
vendored
@ -13,9 +13,14 @@ permissions:
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
sha:
|
||||||
|
description: 'uazo/bromite SHA'
|
||||||
|
required: true
|
||||||
|
default: '76745fde6ed75542f005ea5528f486df41c56da4'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BROMITE_SHA: 76745fde6ed75542f005ea5528f486df41c56da4
|
BROMITE_SHA: ${{ github.event.inputs.sha }}
|
||||||
REMOVEDOCKERSUPPORT: true
|
REMOVEDOCKERSUPPORT: true
|
||||||
USELOCALIMAGE: true
|
USELOCALIMAGE: true
|
||||||
|
|
||||||
@ -168,7 +173,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/${{ env.BROMITE_SHA }}:/home/lg/working_dir/artifacs
|
- /storage/images/${{ github.event.inputs.sha }}:/home/lg/working_dir/artifacs
|
||||||
- /tmp/proxy:/tmp/proxy
|
- /tmp/proxy:/tmp/proxy
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user