diff --git a/content/en/blog/2023/speeding-up-container-image-builds-in-tekton-pipelines/index.md b/content/en/blog/2023/speeding-up-container-image-builds-in-tekton-pipelines/index.md index 532c3244..7b76fe9d 100644 --- a/content/en/blog/2023/speeding-up-container-image-builds-in-tekton-pipelines/index.md +++ b/content/en/blog/2023/speeding-up-container-image-builds-in-tekton-pipelines/index.md @@ -320,7 +320,7 @@ Let’s add a volume mount mapping the `/cache` path to a PVC named `basechache- ``` -To do that you can apply the modified [image-build-basecache.yaml](https://github.com/tektoncd/website/tree/main/content/en/blog/2023/speeding-up-container-image-builds-in-tekton-pipelines/tekton-speed-builds/kaniko-basecache/image-build-basecache.yaml) in the [kaniko-basecache](https://github.com/tektoncd/website/tree/main/content/en/blog/2023/speeding-up-container-image-builds-in-tekton-pipelines/tekton-speed-builds/kaniko-basecachespeed-builds/tree/main/kaniko-cache) folder to update the image-build Task: +To do that you can apply the modified [image-build-basecache.yaml](https://github.com/tektoncd/website/tree/main/content/en/blog/2023/speeding-up-container-image-builds-in-tekton-pipelines/tekton-speed-builds/kaniko-basecache/image-build-basecache.yaml) in the [kaniko-basecache](https://github.com/tektoncd/website/tree/main/content/en/blog/2023/speeding-up-container-image-builds-in-tekton-pipelines/tekton-speed-builds/kaniko-basecache) folder to update the image-build Task: ``` @@ -430,4 +430,4 @@ You saw multiple options to leverage different types of caching to speed up imag Now, you are ready to speed up your build in Tekton ! ### Note -This blog was originally posted in the [Continuous Delivery Foundation Blog](https://cd.foundation/blog/2023/10/12/speed-up-container-image-builds-tekton-pipelines/) \ No newline at end of file +This blog was originally posted in the [Continuous Delivery Foundation Blog](https://cd.foundation/blog/2023/10/12/speed-up-container-image-builds-tekton-pipelines/)