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/pipeline-ref.yaml
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,10 @@ spec:
75
75
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.
76
76
name: build-platforms
77
77
type: array
78
+
- name: buildah-format
79
+
default: docker
80
+
type: string
81
+
description: The format for the resulting image's mediaType. Valid values are oci or docker.
0 commit comments