diff --git a/content/en/docs/Getting-started/samples/build-push.yaml b/content/en/docs/Getting-started/samples/build-push.yaml index 3b6c4922..565ae31a 100644 --- a/content/en/docs/Getting-started/samples/build-push.yaml +++ b/content/en/docs/Getting-started/samples/build-push.yaml @@ -44,7 +44,7 @@ spec: workingDir: $(workspaces.source.path) image: bash script: | - cat < Dockerfile + cat < $(workspaces.source.path)/Dockerfile FROM alpine:3.16 RUN echo "hello world" > hello.log EOF diff --git a/content/en/docs/Getting-started/supply-chain-security.md b/content/en/docs/Getting-started/supply-chain-security.md index 6ad3ae01..f4c58e71 100644 --- a/content/en/docs/Getting-started/supply-chain-security.md +++ b/content/en/docs/Getting-started/supply-chain-security.md @@ -289,6 +289,6 @@ PipelineRun built and pushed. [kubectl]: https://kubernetes.io/docs/tasks/tools/#kubectl [tkn]: /docs/cli/ [jq]: https://stedolan.github.io/jq/download/ -[cosign]: https://docs.sigstore.dev/cosign/installation/ +[cosign]: https://docs.sigstore.dev/cosign/system_config/installation/ [blog-post]: /blog/2023/04/19/getting-to-slsa-level-2-with-tekton-and-tekton-chains/