Skip to content

chore(docker): update Dockerfile to unify ENV variable format and add… #16

chore(docker): update Dockerfile to unify ENV variable format and add…

chore(docker): update Dockerfile to unify ENV variable format and add… #16

Workflow file for this run

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:v1.0.4
with:
args: ooil --version
- name: Assemble docker compose spec
uses: docker://itisfoundation/ci-service-integration-library:v1.0.4
with:
args: ooil compose
- name: Build all images if multiple
uses: docker://itisfoundation/ci-service-integration-library:v1.0.4
with:
args: docker compose build