Skip to content

adding an image for .NET runtime (#27) #19

adding an image for .NET runtime (#27)

adding an image for .NET runtime (#27) #19

Workflow file for this run

# Controls when the workflow will run
on:
push:
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' ]
uses: ./.github/workflows/cekit-build.yaml
with:
tag: quay.io/redhat-cop/${{ matrix.image }}:latest
image: ${{ matrix.image }}
secrets: inherit