We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4e5d9 commit 32b71b1Copy full SHA for 32b71b1
.tekton/odh-codeflare-operator-pull-request.yaml
@@ -24,14 +24,23 @@ spec:
24
value: '{{source_url}}'
25
- name: revision
26
value: '{{revision}}'
27
- - name: image-expires-after
28
- value: 5d
+ - name: additional-tags
+ value:
29
+ - '{{target_branch}}-{{revision}}'
30
+ - name: additional-labels
31
32
+ - version=main
33
+ - io.openshift.tags=odh-codeflare-operator
34
- name: output-image
35
value: quay.io/opendatahub/codeflare-operator:pr-v1.16.0
36
- name: dockerfile
37
value: Dockerfile
38
- name: path-context
39
value: .
40
+ - name: build-source-image
41
+ value: true
42
+ - name: build-image-index
43
+ value: false
44
pipelineRef:
45
resolver: git
46
params:
0 commit comments