Skip to content

Commit 4a8a95a

Browse files
committed
docs: improved workflow descriptions
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
1 parent e135298 commit 4a8a95a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bake_targets.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@ on:
44
workflow_call:
55
inputs:
66
environment:
7-
description: "The environment to build for"
7+
description: "Target environment for the image build (e.g. testing, production)."
88
required: true
99
type: string
1010
default: "testing"
1111
postgresql_version:
12-
description: "The PostgreSQL major version to bake"
12+
description: "PostgreSQL major version to pass to bake (e.g. 16, 17)."
1313
required: true
1414
type: string
1515
target:
16-
description: "The bake target to build"
16+
description: "Bake target name to build (defaults to 'default')."
1717
required: false
1818
default: "default"
1919
type: string
2020
bake_files:
21-
description: "A comma separated list of bake files to use (order defines priority)"
21+
description: "Comma-separated list of bake definition files to load, in priority order."
2222
required: false
2323
type: string
2424
default: "./docker-bake.hcl"
2525
bake_remote_source:
26-
description: "An additional repository to include an extra bake definition"
26+
description: "Optional Git repository containing additional bake definitions (e.g. cloudnative-pg/postgres-containers)."
2727
required: false
2828
type: string
2929

0 commit comments

Comments
 (0)