From fb0f050656bc5af468374635eb082441ff185e61 Mon Sep 17 00:00:00 2001 From: Nahin Khan Date: Fri, 30 Jul 2021 03:26:34 +0300 Subject: [PATCH] Update configure-ci-cd.md --- language/python/configure-ci-cd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/python/configure-ci-cd.md b/language/python/configure-ci-cd.md index b64782ba07..a0046bd815 100644 --- a/language/python/configure-ci-cd.md +++ b/language/python/configure-ci-cd.md @@ -135,8 +135,8 @@ Let us set up a Builder with a build cache. First, we need to set up cache for t And lastly, after adding the builder and build cache snippets to the top of the Actions file, we need to add some extra attributes to the build and push step. This involves: -Setting up the builder to use the output of the buildx step, and then -Using the cache we set up earlier for it to store to and to retrieve + - Setting up the builder to use the output of the buildx step, and then + - Using the cache we set up earlier for it to store to and to retrieve {% raw %} ```yaml