Skip to content

Commit

Permalink
docs: clarify tag usage in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Jan 15, 2025
1 parent 2906187 commit baf168d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
tag_custom:
description: 'A custom docker image tag e.g. "next"'
description: 'A custom docker image tag. Use "next" to deploy to designsafeci-next.tacc.utexas.edu. Use "dev" (or, in the future, "pprd", to deploy to pprd.designsafe-ci.org).'
required: false
type: string
push:
Expand Down

0 comments on commit baf168d

Please sign in to comment.