Skip to content

MDBF-897 SLES/openSUSE 15.5 EOL #59

MDBF-897 SLES/openSUSE 15.5 EOL

MDBF-897 SLES/openSUSE 15.5 EOL #59

name: Build SLES:pip based images
on:
push:
branches:
- 'main'
- 'dev'
paths:
- 'ci_build_images/sles.Dockerfile'
- 'ci_build_images/pip.Dockerfile'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/buildbot-worker.Dockerfile'
- 'ci_build_images/mariadb_zypper_expect'
- .github/workflows/build-sles.pip-based.yml
- .github/workflows/bbw_build_container_template.yml
pull_request:
paths:
- 'ci_build_images/sles.Dockerfile'
- 'ci_build_images/pip.Dockerfile'
- 'ci_build_images/qpress.Dockerfile'
- 'ci_build_images/buildbot-worker.Dockerfile'
- 'ci_build_images/mariadb_zypper_expect'
- .github/workflows/build-sles.pip-based.yml
- .github/workflows/bbw_build_container_template.yml
workflow_call:
jobs:
build-images:
strategy:
fail-fast: false
matrix:
- image: registry.suse.com/bci/bci-base:15.6

Check failure on line 33 in .github/workflows/build-sles.pip-based.yml

View workflow run for this annotation

GitHub Actions / Build SLES:pip based images

Invalid workflow file

The workflow is not valid. .github/workflows/build-sles.pip-based.yml (Line: 33, Col: 11): A sequence was not expected
platforms: linux/amd64, linux/s390x
tag: sles1506
nogalera: false
uses: ./.github/workflows/bbw_build_container_template.yml
with:
dockerfile: sles.Dockerfile pip.Dockerfile
image: ${{ matrix.image }}
platforms: ${{ matrix.platforms }}
tag: ${{ matrix.tag }}
nogalera: ${{ matrix.nogalera }}
files:
'[
{"name": "mariadb_zypper_expect", "source": "''$WORKDIR/mariadb_zypper_expect''", "target": "''$GITHUB_WORKSPACE''"}
]'
secrets: inherit