Skip to content

Commit 32e7b50

Browse files
committed
Use docker-build pipeline from quai.io/konflux-ci
STONEBLD-2720 The pipeline bundles in quay.io/redhat-appstudio-tekton-catalog are deprecated, they will no longer receive updates. Get the bundle from quay.io/konflux-ci/tekton-catalog instead. Signed-off-by: Adam Cmiel <[email protected]>
1 parent 18bafa7 commit 32e7b50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
params:
1919
- name: bundle
2020
value: >-
21-
quay.io/redhat-appstudio-tekton-catalog/pipeline-core-services-docker-build:latest
21+
quay.io/konflux-ci/tekton-catalog/pipeline-core-services-docker-build:latest
2222
- name: name
2323
value: docker-build
2424
- name: kind

.tekton/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
params:
2525
- name: bundle
2626
value: >-
27-
quay.io/redhat-appstudio-tekton-catalog/pipeline-core-services-docker-build:latest
27+
quay.io/konflux-ci/tekton-catalog/pipeline-core-services-docker-build:latest
2828
- name: name
2929
value: docker-build
3030
- name: kind

0 commit comments

Comments
 (0)