Skip to content

Commit 1b79b79

Browse files
committed
Fix the lightspeed-stack-0-6 Konflux component pipelines
1 parent 82f6ca4 commit 1b79b79

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.tekton/lightspeed-stack-0-6-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- name: revision
2424
value: '{{revision}}'
2525
- name: output-image
26-
value: quay.io/redhat-user-workloads/lightspeed-core-tenant/lightspeed-core-0-6/lightspeed-stack-0-6:on-pr-{{revision}}
26+
value: quay.io/redhat-user-workloads/lightspeed-core-tenant/lightspeed-stack-0-6:on-pr-{{revision}}
2727
- name: image-expires-after
2828
value: 5d
2929
- name: build-platforms

.tekton/lightspeed-stack-0-6-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: revision
2323
value: '{{revision}}'
2424
- name: output-image
25-
value: quay.io/redhat-user-workloads/lightspeed-core-tenant/lightspeed-core-0-6/lightspeed-stack-0-6:{{revision}}
25+
value: quay.io/redhat-user-workloads/lightspeed-core-tenant/lightspeed-stack-0-6:{{revision}}
2626
- name: build-platforms
2727
value:
2828
- linux/x86_64

0 commit comments

Comments
 (0)