Skip to content

Move env var CONTAINER_IMAGE_REGISTRY to an optional input since GitH… #3

Move env var CONTAINER_IMAGE_REGISTRY to an optional input since GitH…

Move env var CONTAINER_IMAGE_REGISTRY to an optional input since GitH… #3

name: "clp-execution-image-ubuntu-jammy"
on:
pull_request:
paths:
- ".github/actions/clp-execution-image-build/action.yaml"
- ".github/workflows/clp-execution-image-ubuntu-jammy.yaml"
- "components/core/tools/scripts/lib_install/*"
- "tools/docker-images/clp-execution-base-ubuntu-jammy/**"
push:
paths:
- ".github/actions/clp-execution-image-build/action.yaml"
- ".github/workflows/clp-execution-image-ubuntu-jammy.yaml"
- "components/core/tools/scripts/lib_install/*"
- "tools/docker-images/clp-execution-base-ubuntu-jammy/**"
workflow_dispatch:
concurrency:
group: "${{github.workflow}}-${{github.ref}}"
# Cancel in-progress jobs for efficiency
cancel-in-progress: true
jobs:
build:
uses: ".github/actions/clp-execution-image-build/action.yaml"

Check failure on line 25 in .github/workflows/clp-execution-image-ubuntu-jammy.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/clp-execution-image-ubuntu-jammy.yaml

Invalid workflow file

invalid value workflow reference: no version specified
with:
dockerfilePath: "./tools/docker-images/clp-execution-base-ubuntu-jammy/Dockerfile"
platformId: "ubuntu"
platformVersionId: "jammy"