Skip to content

Commit b429ac3

Browse files
authored
fix up tekton files (#283)
1 parent 584ef07 commit b429ac3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.tekton/quay-builder-v3-10-pull-request.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ spec:
2929
- name: build-platforms
3030
value:
3131
- linux/x86_64
32-
- linux/arm64
33-
- linux/ppc64le
34-
- linux/s390x
3532
- name: dockerfile
3633
value: Dockerfile
3734
- name: build-source-image
@@ -263,6 +260,7 @@ spec:
263260
- io.openshift.tags="quay"
264261
- summary="Red Hat Quay image builder"
265262
- description="Red Hat Quay image builder"
263+
- cpe="cpe:/a:redhat:quay:3.10::el8"
266264
- name: BUILDAH_FORMAT
267265
value: $(params.buildah-format)
268266
runAfter:

.tekton/quay-builder-v3-10-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ spec:
260260
- io.openshift.tags="quay"
261261
- summary="Red Hat Quay image builder"
262262
- description="Red Hat Quay image builder"
263+
- cpe="cpe:/a:redhat:quay:3.10::el8"
263264
- name: BUILDAH_FORMAT
264265
value: $(params.buildah-format)
265266
runAfter:

0 commit comments

Comments
 (0)