Skip to content

Commit

Permalink
Use docker-build pipeline from quay.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.
  • Loading branch information
chmeliik committed Sep 23, 2024
1 parent c74e02a commit 4dbb82b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/ci-helper-app-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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/ci-helper-app-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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 4dbb82b

Please sign in to comment.