File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 2828 Required ("trust-domain" ): str ,
2929 Optional (
3030 "docker-image-kind" ,
31- default = "docker-image" ,
3231 description = "Name of the docker image kind (default: docker-image)" ,
3332 ): str ,
3433 Required ("task-priority" ): optionally_keyed_by (
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ def image_paths(graph_config):
212212 config = load_yaml (
213213 graph_config .root_dir ,
214214 "kinds" ,
215- graph_config [ "docker-image-kind" ] ,
215+ graph_config . get ( "docker-image-kind" , "docker-image" ) ,
216216 "kind.yml" ,
217217 )
218218
Original file line number Diff line number Diff line change 1414
1515task-priority : low
1616
17- docker-image-kind : docker-image
18-
1917taskgraph :
2018 register : self_taskgraph:register
2119 decision-parameters : ' self_taskgraph.custom_parameters:decision_parameters'
You can’t perform that action at this time.
0 commit comments