Skip to content

Commit

Permalink
Update manual_dispatch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Jun 28, 2024
1 parent 8d87295 commit f47929f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/manual_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
workflow_dispatch:
inputs:
directory:
description: 'What is the file path to the folder that contains the Dockerfile starting from the base of the repo?'
required: true
type: string
tag:
description: 'Tag e.g. jhudsl/base_ottr:main'
required: true
type: string
dockerhubpush:
description: 'Push to Dockerhub?'
description: 'Push to Dockerhub? true or false'
required: false
default: 'false'
type: string
Expand Down

0 comments on commit f47929f

Please sign in to comment.