Merge pull request #13253 from mnahinkhan/patch-2

Update configure-ci-cd.md
This commit is contained in:
Usha Mandya 2021-07-30 10:16:46 +01:00 committed by GitHub
commit 347073cfd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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