You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .tekton/cluster-api-webhook-config-mce-210-pull-request.yaml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,10 @@ spec:
114
114
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
115
115
name: build-platforms
116
116
type: array
117
+
- name: buildah-format
118
+
default: docker
119
+
type: string
120
+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
Copy file name to clipboardExpand all lines: .tekton/cluster-api-webhook-config-mce-210-push.yaml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,10 @@ spec:
114
114
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
115
115
name: build-platforms
116
116
type: array
117
+
- name: buildah-format
118
+
default: docker
119
+
type: string
120
+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
0 commit comments