Skip to content

optimizations

optimizations #12

name: Build Template Docker Images
on:
push:
branches:
- "**"
paths:
- "templates/**"
workflow_dispatch:
inputs:
template:
type: string
description: "Specific template to rebuild (e.g. 'python-fastapi'), or 'all' to rebuild everything. Leave empty to auto-detect from latest commit."
required: false
default: ""
build_all:
type: boolean
description: "Build all templates"
required: false
default: false
jobs:
build:
name: Build Template Images
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Placeholder
run: echo "TODO: Implement template image building"

Check failure on line 32 in .github/workflows/build-template-images.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-template-images.yaml

Invalid workflow file

You have an error in your yaml syntax on line 32