Skip to content

Commit

Permalink
ci: build as pprd not dev (#114)
Browse files Browse the repository at this point in the history
The "dev" tag no longer is used. The "pprd" tag is. Happened 9 days ago, but I only just tested.
  • Loading branch information
wesleyboar authored Jan 24, 2025
1 parent a15dcf7 commit 5212fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
inputs:
tag_custom:
# 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: 'Custom docker image tag e.g. "next", "dev"/"pprd"'
# The tag "pprd" triggers deploy to pprd.designsafe-ci.org.
description: 'Custom docker image tag e.g. "next", "pprd"'
required: false
type: string
push:
Expand Down

0 comments on commit 5212fa9

Please sign in to comment.