diff --git a/tekton/pipelines/binary-container.yaml b/tekton/pipelines/binary-container.yaml index af2d17142..621a7f4a2 100644 --- a/tekton/pipelines/binary-container.yaml +++ b/tekton/pipelines/binary-container.yaml @@ -104,18 +104,18 @@ spec: value: '$(params.user-params)' timeout: "0" - - name: binary-container-cachito + - name: binary-container-cachi2 runAfter: - binary-container-init taskRef: resolver: git params: - name: url - value: https://github.com/containerbuildsystem/atomic-reactor.git + value: https://github.com/MartinBasti/atomic-reactor.git - name: revision - value: feature_cachi2 + value: cachi2-init - name: pathInRepo - value: tekton/tasks/binary-container-cachito.yaml + value: tekton/tasks/binary-container-cachi2.yaml workspaces: - name: ws-build-dir workspace: ws-container @@ -136,6 +136,8 @@ spec: params: - name: osbs-image value: "$(params.osbs-image)" + - name: cachi2-image + value: "quay.io/redhat-appstudio/cachi2:latest" - name: pipeline-run-name value: "$(context.pipelineRun.name)" - name: user-params @@ -144,7 +146,7 @@ spec: - name: binary-container-prebuild runAfter: - - binary-container-cachito + - binary-container-cachi2 taskRef: resolver: git params: