Skip to content

release: 0.6.0

release: 0.6.0 #239

name: Build and Push Tutorial Agent

Check failure on line 1 in .github/workflows/build-and-push-tutorial-agent.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-push-tutorial-agent.yml

Invalid workflow file

(Line: 1, Col: 1): Required property is missing: jobs
on:
workflow_dispatch:
inputs:
agent_path:
description: "Path to the agent directory (e.g., examples/tutorials/10_agentic/00_base/000_hello_acp)"
required: true
type: string
version_tag:
description: "Version tag for the agent build (e.g., v1.0.0, latest)"
required: true
type: string
default: "latest"
workflow_call:
inputs:
agent_path:
description: "Path to the agent directory"
required: true
type: string
version_tag:
description: "Version tag for the agent build"
required: true
type: string
default: "latest"