Skip to content

Release

Release #57

Workflow file for this run

---
name: Release
on:
workflow_run:
workflows: ["Build, Push & Scan Container Image"]
types: [completed]
branches: [main]
workflow_dispatch:
jobs:
release:
if: >-
github.event_name == 'workflow_dispatch' ||
github.event.workflow_run.conclusion == 'success'
uses: stuttgart-things/github-workflow-templates/.github/workflows/call-go-release.yaml@main
with:
runs-on: ubuntu-latest
stage-image: true
push-kustomize: true
kcl-source-dir: kcl
kcl-profile-file: tests/kcl-deploy-profile.yaml
kustomize-oci-repo: ghcr.io/stuttgart-things/homerun2-omni-pitcher-kustomize
secrets: inherit # pragma: allowlist secret