File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments