diff --git a/.tekton/tsf-cli-pull-request.yaml b/.tekton/tsf-cli-pull-request.yaml index b627daeb3..d549e93e4 100644 --- a/.tekton/tsf-cli-pull-request.yaml +++ b/.tekton/tsf-cli-pull-request.yaml @@ -438,7 +438,7 @@ spec: type: string steps: - name: use-trusted-artifact - image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:601e0999ae062e5ee666538d651af7893a75e415b7952c85caa8a4452501029a + image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:9b180776a41d9a22a1c51539f1647c60defbbd55b44bbebdd4130e33512d8b0d args: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source diff --git a/.tekton/tsf-cli-push.yaml b/.tekton/tsf-cli-push.yaml index eef68b000..dae5b7124 100644 --- a/.tekton/tsf-cli-push.yaml +++ b/.tekton/tsf-cli-push.yaml @@ -436,7 +436,7 @@ spec: type: string steps: - name: use-trusted-artifact - image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:601e0999ae062e5ee666538d651af7893a75e415b7952c85caa8a4452501029a + image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:9b180776a41d9a22a1c51539f1647c60defbbd55b44bbebdd4130e33512d8b0d args: - use - $(params.SOURCE_ARTIFACT)=/var/workdir/source