Skip to content

pinned version and upgraded tooling #10

pinned version and upgraded tooling

pinned version and upgraded tooling #10

Workflow file for this run

name: Build and check image
on: push
jobs:
verify-image-build:
runs-on: ubuntu-latest
steps:
- name: Check disk space and remove dotnet
run: |
echo "Free space:"
df -h
sudo rm -rf /usr/share/dotnet
- name: Checkout repo content
uses: actions/checkout@v2
- name: ooil version
uses: docker://itisfoundation/ci-service-integration-library:v2.0.9-dev
with:
args: ooil --version
- name: Assemble docker compose spec
uses: docker://itisfoundation/ci-service-integration-library:v2.0.9-dev
with:
args: ooil compose
- name: Check disk space
run: |
echo "Free space:"
df -h
- name: Build all images if multiple
uses: docker://itisfoundation/ci-service-integration-library:v2.0.9-dev
with:
args: docker compose build