Skip to content

Commit de3f566

Browse files
committed
ci: add workflow_dispatch trigger to image workflows
Allows on-demand image builds from any branch via gh workflow run, producing :sha-<short> tags for downstream integration testing without widening the push-trigger branches list. Applied to both indexer-agent-image.yml and indexer-cli-image.yml for parity.
1 parent 26a5915 commit de3f566

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/indexer-agent-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Indexer Agent Image
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main

.github/workflows/indexer-cli-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Indexer CLI Image
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main

0 commit comments

Comments
 (0)