Update 3d-viewer to dy-sidecar with boot-modes and baked template data #4
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and check image | |
on: ["push", "pull_request"] | |
jobs: | |
verify-image-build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo content | |
uses: actions/checkout@v2 | |
- name: ooil version | |
uses: docker://itisfoundation/ci-service-integration-library:v2.0.11 | |
with: | |
args: ooil --version | |
- name: Assemble docker compose spec | |
uses: docker://itisfoundation/ci-service-integration-library:v2.0.11 | |
with: | |
args: ooil compose | |
- name: Build all images if multiple | |
uses: docker://itisfoundation/ci-service-integration-library:v2.0.11 | |
with: | |
args: docker compose build |