Skip to content

Commit

Permalink
Use docker-build pipeline from quai.io/konflux-ci
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
chmeliik committed Sep 23, 2024
1 parent 18bafa7 commit 32e7b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32e7b50

Please sign in to comment.