Skip to content

Commit d192ee4

Browse files
authored
Add workflow_dispatch to dockerpublish.yml
1 parent af2b3ee commit d192ee4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dockerpublish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: Upload Docker image
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
7+
inputs:
8+
release_tag:
9+
description: 'Release tag to build Docker image for'
10+
required: true
11+
type: string
612

713
concurrency:
814
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)