Skip to content

Add K8s generator

Add K8s generator #21

---
name: Check container builds
on:
pull_request_target:
branches: [main]
paths:
- "src/loaders/**"
- "src/services/**"
- "src/databases/**"
- ".github/workflows/reusable-build-container-images.yml"
- ".github/workflows/check.yml"
jobs:
build:
uses: ./.github/workflows/reusable-build-container-images.yml
with:
push: false
release_stream: dev

Check failure on line 17 in .github/workflows/build-images-on-pr.yml

View workflow run for this annotation

GitHub Actions / Check container builds

Invalid workflow file

The workflow is not valid. .github/workflows/build-images-on-pr.yml (Line: 17, Col: 23): Invalid input, release_stream is not defined in the referenced workflow.