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/secondary-scheduler-operator-fbc-4-19-pull-request.yaml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,10 @@ spec:
118
118
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.
119
119
name: build-platforms
120
120
type: array
121
+
- name: buildah-format
122
+
default: oci
123
+
type: string
124
+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
Copy file name to clipboardExpand all lines: .tekton/secondary-scheduler-operator-fbc-4-19-push.yaml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,10 @@ spec:
115
115
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.
116
116
name: build-platforms
117
117
type: array
118
+
- name: buildah-format
119
+
default: oci
120
+
type: string
121
+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
0 commit comments