Skip to content

Commit 13d5bcc

Browse files
committed
ci: add workflow_dispatch trigger to containers.yml
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.
1 parent 667b041 commit 13d5bcc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build and upload Docker image
22

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

0 commit comments

Comments
 (0)