Skip to content

Commit 80b1d50

Browse files
committed
Make workflow_dispatch Docker tag input required
#230 (comment)
1 parent 1b9f21a commit 80b1d50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push-docker-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on: # yamllint disable-line rule:truthy
99
workflow_dispatch:
1010
inputs:
1111
tag:
12-
description: Docker image tag (optional, defaults to Git ref)
13-
required: false
12+
description: Docker image tag
13+
required: true
1414
type: string
1515

1616
jobs:

0 commit comments

Comments
 (0)