Skip to content

Commit 5103cac

Browse files
committed
ci(workflows): make releaseversion input optional
Update the `build-image-template.yml` workflow to set `releaseversion` as an optional input. This allows the workflow to run with the default value when no specific OS release is provided.
1 parent 973e392 commit 5103cac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-image-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ on:
3232
default: false
3333
description: "Enable rpi-imager.json snippet generation"
3434
releaseversion:
35-
required: true
35+
required: false
3636
type: string
3737
default: "trixie"
38-
description: "Final image name"
38+
description: "OS Release"
3939

4040
jobs:
4141
build_images:

0 commit comments

Comments
 (0)