mirror of https://github.com/docker/docs.git
Merge pull request #13253 from mnahinkhan/patch-2
Update configure-ci-cd.md
This commit is contained in:
commit
347073cfd2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue