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/openshift-mcp-server-pull-request.yaml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -124,6 +124,10 @@ spec:
124
124
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.
125
125
name: build-platforms
126
126
type: array
127
+
- name: buildah-format
128
+
default: docker
129
+
type: string
130
+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
Copy file name to clipboardExpand all lines: .tekton/openshift-mcp-server-push.yaml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,10 @@ spec:
121
121
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.
122
122
name: build-platforms
123
123
type: array
124
+
- name: buildah-format
125
+
default: docker
126
+
type: string
127
+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
0 commit comments