Update build-images.yaml
This commit is contained in:
8
.github/workflows/build-images.yaml
vendored
8
.github/workflows/build-images.yaml
vendored
@@ -26,7 +26,13 @@ jobs:
|
|||||||
generate_build_deps:
|
generate_build_deps:
|
||||||
name: Generate Build Deps
|
name: Generate Build Deps
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
path: bromite-buildtools
|
||||||
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Building build-deps container ${{ env.VERSION }}
|
- name: Building build-deps container ${{ env.VERSION }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user