Skip to content

Commit

Permalink
adjust arg order
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtang committed Aug 22, 2024
1 parent 60e4375 commit 123e033
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ on:
description: Publish dated images and update the 'latest' tag?
default: false
required: false
CUDA_IMAGE:
type: string
description: CUDA image to use as base, e.g. nvidia/cuda:X.Y.Z-devel-ubuntu22.04
default: 'latest'
required: false
BUMP_MANIFEST:
type: boolean
description: Bump git repos in manifest.yaml to head of tree?
Expand All @@ -33,6 +28,11 @@ on:
description: "(used if BUMP_MANIFEST=true) If true: attempt to PR/merge manifest branch"
default: false
required: false
CUDA_IMAGE:
type: string
description: CUDA image to use as base, e.g. nvidia/cuda:X.Y.Z-devel-ubuntu22.04
default: 'latest'
required: false
SOURCE_OVERRIDES:
type: string
description: |
Expand Down

0 comments on commit 123e033

Please sign in to comment.