Skip to content

Commit 43fe41e

Browse files
committed
FIx inputs definitions.
1 parent 315e9e9 commit 43fe41e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dss-image-build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ on:
66
workflow_call:
77
inputs:
88
branch:
9+
type: string
910
description: "Branch to check for existence (e.g., 'upstream/b-open')"
1011
required: true
1112
chart-repo:
13+
type: string
1214
description: "GitHub repository in 'owner/repo' format (e.g., 'ecmwf/dss-broker-chart')"
1315
required: true
1416
image_name:
17+
type: string
1518
description: "Name of the Docker image to build (e.g., 'broker')"
1619
required: true
1720
repositories:

0 commit comments

Comments
 (0)