From 0100e01be067414bc5cabccfa78f2733a7e9b5d6 Mon Sep 17 00:00:00 2001 From: Adam Cmiel Date: Mon, 23 Sep 2024 14:26:16 +0200 Subject: [PATCH] Use docker-build pipeline from quay.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. --- .tekton/pull-request.yaml | 2 +- .tekton/push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/pull-request.yaml b/.tekton/pull-request.yaml index 7401ee5018..3065d94919 100644 --- a/.tekton/pull-request.yaml +++ b/.tekton/pull-request.yaml @@ -18,7 +18,7 @@ spec: params: - name: bundle value: >- - quay.io/redhat-appstudio-tekton-catalog/pipeline-core-services-docker-build:latest + quay.io/konflux-ci/tekton-catalog/pipeline-core-services-docker-build:latest - name: name value: docker-build - name: kind diff --git a/.tekton/push.yaml b/.tekton/push.yaml index 9c201c0914..13b74e3d46 100644 --- a/.tekton/push.yaml +++ b/.tekton/push.yaml @@ -24,7 +24,7 @@ spec: params: - name: bundle value: >- - quay.io/redhat-appstudio-tekton-catalog/pipeline-core-services-docker-build:latest + quay.io/konflux-ci/tekton-catalog/pipeline-core-services-docker-build:latest - name: name value: docker-build - name: kind