We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c721a commit eefb2fcCopy full SHA for eefb2fc
cmd/konflux/templates/tekton/component-push.yaml
@@ -36,6 +36,13 @@ spec:
36
value: quay.io/redhat-user-workloads/tekton-ecosystem-tenant/{{hyphenize .Version.Version}}/{{.ImagePrefix}}{{.Name}}{{.ImageSuffix}}:{{"{{revision}}"}}
37
- name: dockerfile
38
value: {{.Dockerfile}}
39
+ {{- if contains (printf "%s-%s-%s" (basename .Repository.Name | hyphenize) (hyphenize .Version.Version) .Name) "bundle" }}
40
+ - name: build-platforms
41
+ value:
42
+ - linux/x86_64
43
+ - name: build-image-index
44
+ value: false
45
+ {{- end }}
46
- name: prefetch-input
47
value: |
48
{{ .PrefetchInput }}
0 commit comments