Image build+push+deploy now runs in-cluster (act_runner + BuildKit → operator). GitHub is a mirror; this workflow is retained only as a manual sync notice.
12 lines
426 B
YAML
12 lines
426 B
YAML
name: Docker
|
|
# Native deploy pipeline is .hanzo/workflows/deploy.yml (Hanzo Git → act_runner →
|
|
# BuildKit → ghcr.io/hanzoai/dataroom:<sha> → operator reconcile → hanzocd).
|
|
# GitHub is a mirror; this workflow is retained only as a manual sync notice.
|
|
on:
|
|
workflow_dispatch:
|
|
jobs:
|
|
notice:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "native pipeline is .hanzo/workflows/deploy.yml; GitHub is a mirror"
|