Skip to content

add dotnet image to the CI pipeline #33

add dotnet image to the CI pipeline

add dotnet image to the CI pipeline #33

Workflow file for this run

# Controls when the workflow will run
on:
push:
branches: ["image-ci"]
pull_request:
branches: [ "main" ]
jobs:
build-images:
strategy:
fail-fast: false
matrix:
image: [ 'cekit-builder', 'devspaces-base', 'devspaces-openjdk-17', 'devspaces-nodejs-18', 'devspaces-nodejs-20', 'devspaces-java-node-combined', 'devspaces-nested-podman', 'devspaces-python-311', 'devspaces-java21-node20-python311', 'devspaces-dotnet-8' ]
uses: ./.github/workflows/cekit-build.yaml
with:
tag: quay.io/redhat-cop/${{ matrix.image }}:pr-${{ github.sha }}
image: ${{ matrix.image }}
secrets: inherit