diff --git a/.tekton/agent-eval-harness-pull-request.yaml b/.tekton/agent-eval-harness-pull-request.yaml index 8178141..da36d2b 100644 --- a/.tekton/agent-eval-harness-pull-request.yaml +++ b/.tekton/agent-eval-harness-pull-request.yaml @@ -23,7 +23,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/ai5-marketplace-tenant/agent-eval-harness:on-pr-{{revision}} + value: quay.io/ecosystem-appeng/agent-eval-harness:on-pr-{{revision}} - name: image-expires-after value: 5d - name: dockerfile diff --git a/.tekton/agent-eval-harness-push.yaml b/.tekton/agent-eval-harness-push.yaml index 687c339..9619785 100644 --- a/.tekton/agent-eval-harness-push.yaml +++ b/.tekton/agent-eval-harness-push.yaml @@ -22,7 +22,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/ai5-marketplace-tenant/agent-eval-harness:{{revision}} + value: quay.io/ecosystem-appeng/agent-eval-harness:{{revision}} - name: dockerfile value: /containers/agent-eval-harness/Containerfile - name: build-args