Skip to content

feat(stages)!: staged builds for images #4

feat(stages)!: staged builds for images

feat(stages)!: staged builds for images #4

Workflow file for this run

name: Build, test, and push Docker Images
on:
push:
branches:
- "master"
paths:
- ".github/workflows/docker.yml"
- "images/**"
- "!images/*/README.md"
- "tests/**"
- "!tests/README.md"
- "requirements-dev.txt"
pull_request:
paths:
- ".github/workflows/docker.yml"
- "images/**"
- "!images/*/README.md"
- "tests/**"
- "!tests/README.md"
- "requirements-dev.txt"
jobs:
base-cpu:
uses: ./.github/workflows/docker-build-test-upload.yaml

Check failure on line 26 in .github/workflows/docker.yaml

View workflow run for this annotation

GitHub Actions / Build, test, and push Docker Images

Invalid workflow file

The workflow is not valid. In .github/workflows/docker.yaml (Line: 26, Col: 11): Error from called workflow StatCan/aaw-kubeflow-containers/.github/workflows/docker-build-test-upload.yaml@274a377a14c9891c3a316955b8de034d988f7d86 (Line: 35, Col: 14): Unrecognized named-value: 'image'. Located at position 1 within expression: image
with:
parent-image: ""
image: "base-cpu"