Skip to content

Commit

Permalink
docs: better clarify tag usage in build action
Browse files Browse the repository at this point in the history
My previous method was too verbose for user.
  • Loading branch information
wesleyboar authored Jan 15, 2025
1 parent baf168d commit ef876d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
workflow_dispatch:
inputs:
tag_custom:
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).'
# The tag "next" triggers deploy to designsafeci-next.tacc.utexas.edu.
# The tag "dev" (or, in the future, "pprd") triggers deploy to pprd.designsafe-ci.org.
description: 'A custom docker image tag e.g. "next", "dev"/"pprd".'
required: false
type: string
push:
Expand Down

0 comments on commit ef876d0

Please sign in to comment.