Skip to content

Commit

Permalink
Make workflow_dispatch Docker tag input required
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Nov 4, 2024
1 parent 1b9f21a commit 80b1d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:
inputs:
tag:
description: Docker image tag (optional, defaults to Git ref)
required: false
description: Docker image tag
required: true
type: string

jobs:
Expand Down

0 comments on commit 80b1d50

Please sign in to comment.