diff --git a/.tekton/devfile-sample-python-basic-c9e78-pull-request.yaml b/.tekton/devfile-sample-python-basic-c9e78-pull-request.yaml index f75da8089d..52efde72be 100644 --- a/.tekton/devfile-sample-python-basic-c9e78-pull-request.yaml +++ b/.tekton/devfile-sample-python-basic-c9e78-pull-request.yaml @@ -23,11 +23,11 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads-stage/ralfieri-tenant/devfile-sample-python-basic-c9e78:on-pr-{{revision}} + value: quay.io/ralfieri/ralfieri-tenant/devfile-sample-python-basic-c9e78:on-pr-{{revision}} - name: image-expires-after value: 5d - name: dockerfile - value: Dockerfile + value: docker/Dockerfile pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization. diff --git a/.tekton/devfile-sample-python-basic-c9e78-push.yaml b/.tekton/devfile-sample-python-basic-c9e78-push.yaml index 67c82173df..5db6c83993 100644 --- a/.tekton/devfile-sample-python-basic-c9e78-push.yaml +++ b/.tekton/devfile-sample-python-basic-c9e78-push.yaml @@ -22,9 +22,9 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads-stage/ralfieri-tenant/devfile-sample-python-basic-c9e78:{{revision}} + value: quay.io/ralfieri/ralfieri-tenant/devfile-sample-python-basic-c9e78:{{revision}} - name: dockerfile - value: Dockerfile + value: docker/Dockerfile pipelineSpec: description: | This pipeline is ideal for building container images from a Containerfile while maintaining trust after pipeline customization.