We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2b3ee commit d192ee4Copy full SHA for d192ee4
1 file changed
.github/workflows/dockerpublish.yml
@@ -3,6 +3,12 @@ name: Upload Docker image
3
on:
4
release:
5
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
12
13
concurrency:
14
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments