Skip to content

MDBF-143: Add infer

MDBF-143: Add infer #8

name: Build Debian:infer based images

Check failure on line 1 in .github/workflows/build-debian.infer.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-debian.infer.yml

Invalid workflow file

(Line: 35, Col: 7): Unexpected value 'uses', (Line: 36, Col: 7): Unexpected value 'with', (Line: 45, Col: 7): Unexpected value 'secrets', (Line: 25, Col: 5): There's not enough info to determine what you meant. Add one of these properties: cancel-timeout-minutes, container, continue-on-error, defaults, env, environment, outputs, runs-on, secrets, services, snapshot, steps, timeout-minutes, uses, with
on:
push:
branches:
- 'main'
- 'dev'
paths:
- 'ci_build_images/debian.Dockerfile'
- 'ci_build_images/infer.fragment.Dockerfile'
- 'ci_build_images/buildbot-worker.Dockerfile'
- .github/workflows/build-debian.infer.yml
- .github/workflows/bbw_build_container_template.yml
pull_request:
paths:
- 'ci_build_images/debian.Dockerfile'
- 'ci_build_images/infer.fragment.Dockerfile'
- 'ci_build_images/buildbot-worker.Dockerfile'
- .github/workflows/build-debian.infer.yml
- .github/workflows/bbw_build_container_template.yml
workflow_call:
jobs:
build-images:
strategy:
fail-fast: false
matrix:
include:
- image: debian:13
platforms: linux/amd64
branch: 11.8
tag: debian13-infer-clang-20
nogalera: true
uses: ./.github/workflows/bbw_build_container_template.yml
with:
dockerfile: debian.Dockerfile infer.fragment.Dockerfile
image: ${{ matrix.image }}
platforms: ${{ matrix.platforms }}
tag: ${{ matrix.tag }}
branch: ${{ matrix.branch }}
nogalera: ${{ matrix.nogalera }}
noqpress: true
runner: 'ubuntu-24.04'
secrets: inherit