Skip to content

Commit

Permalink
Add example image descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed May 3, 2024
1 parent 3ab3ed5 commit 47996a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-country.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
description: "Short name for this trial build, for prefixing the uploaded data and results files. WARNING: without this we will overwrite files in s3://nextstrain-ncov-private and the trees on nextstrain.org/ncov/gisaid..."
required: false
image:
description: 'Specific container image to use for build (will override the default of "nextstrain build")'
description: 'Specific container image to use for build (e.g. `nextstrain/base:branch-test`, `ghcr.io/user/repo:tag`)'
required: false

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-gisaid-21L.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
description: "Short name for this trial build, for prefixing the uploaded data and results files. WARNING: without this we will overwrite files in s3://nextstrain-ncov-private and the trees on nextstrain.org/ncov/gisaid..."
required: false
image:
description: 'Specific container image to use for build (will override the default of "nextstrain build")'
description: 'Specific container image to use for build (e.g. `nextstrain/base:branch-test`, `ghcr.io/user/repo:tag`)'
required: false

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-gisaid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
description: "Short name for this trial build, for prefixing the uploaded data and results files. WARNING: without this we will overwrite files in s3://nextstrain-ncov-private and the trees on nextstrain.org/ncov/gisaid..."
required: false
image:
description: 'Specific container image to use for build (will override the default of "nextstrain build")'
description: 'Specific container image to use for build (e.g. `nextstrain/base:branch-test`, `ghcr.io/user/repo:tag`)'
required: false

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
description: "Short name for this trial build, for prefixing the uploaded data and results files. WARNING: without this we will overwrite files in s3://nextstrain-data/files/ncov/open/ and the trees on nextstrain.org/ncov/open/..."
required: false
image:
description: 'Specific container image to use for build (will override the default of "nextstrain build")'
description: 'Specific container image to use for build (e.g. `nextstrain/base:branch-test`, `ghcr.io/user/repo:tag`)'
required: false

env:
Expand Down

0 comments on commit 47996a1

Please sign in to comment.