Skip to content

Commit 06854f3

Browse files
luarssclaude
andcommitted
ci: add workflow_dispatch trigger to docker-publish
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 58d550d commit 06854f3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
description: Docker image tag to publish (e.g. v0.1.0)
88
required: true
99
type: string
10+
workflow_dispatch:
11+
inputs:
12+
image_tag:
13+
description: Docker image tag to publish (e.g. v0.1.0)
14+
required: true
15+
type: string
16+
default: "test"
1017

1118
jobs:
1219
build-and-push:

0 commit comments

Comments
 (0)