diff --git a/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i-pac.yaml b/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i-pac.yaml index 07add8f04d..ddb9c1dd5e 100644 --- a/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i-pac.yaml +++ b/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i-pac.yaml @@ -61,7 +61,7 @@ spec: description: Digest of the image just built. steps: - name: generate - image: registry.redhat.io/ocp-tools-4-tech-preview/source-to-image-rhel8@sha256:98d8cb3a255641ca6a1bce854e5e2460c20de9fb9b28e3cc67eb459f122873dd + image: registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:8a70f50122691cca6ba4a97bacd56bd5f4e55bcdd37ba86712da0e41160d0263 workingDir: $(workspaces.source.path) args: ["$(params.ENV_VARS[*])"] script: | diff --git a/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml b/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml index 59bf0e96f8..7d6703736e 100644 --- a/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml +++ b/pkg/pipelines/resources/tekton/task/func-s2i/0.1/func-s2i.yaml @@ -61,7 +61,7 @@ spec: description: Digest of the image just built. steps: - name: generate - image: registry.redhat.io/ocp-tools-4-tech-preview/source-to-image-rhel8@sha256:98d8cb3a255641ca6a1bce854e5e2460c20de9fb9b28e3cc67eb459f122873dd + image: registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:8a70f50122691cca6ba4a97bacd56bd5f4e55bcdd37ba86712da0e41160d0263 workingDir: $(workspaces.source.path) args: ["$(params.ENV_VARS[*])"] script: |