Update build.yaml
This commit is contained in:
@@ -27,12 +27,17 @@ jobs:
|
||||
--health-timeout 5s
|
||||
--health-retries 5
|
||||
|
||||
container:
|
||||
image: uazo/chromium:91.0.4472.146
|
||||
options: "--privileged"
|
||||
volumes:
|
||||
- /storage/bromite/91.0.4472.146:/home/lg/working_dir/artifacs
|
||||
# container:
|
||||
# image: uazo/chromium:91.0.4472.146
|
||||
# options: "--privileged"
|
||||
# volumes:
|
||||
# - /storage/bromite/91.0.4472.146:/home/lg/working_dir/artifacs
|
||||
|
||||
steps:
|
||||
- name: Exec bash
|
||||
run: bash
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Check chromium image
|
||||
uses: uazo/bromite-buildtools/images/provide-chr-source@main
|
||||
with:
|
||||
version: 91.0.4472.146
|
||||
|
||||
Reference in New Issue
Block a user