Skip to content

Commit fb0f050

Browse files
authored
Update configure-ci-cd.md
1 parent 86d0ee1 commit fb0f050

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

language/python/configure-ci-cd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ Let us set up a Builder with a build cache. First, we need to set up cache for t
135135

136136
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:
137137

138-
Setting up the builder to use the output of the buildx step, and then
139-
Using the cache we set up earlier for it to store to and to retrieve
138+
- Setting up the builder to use the output of the buildx step, and then
139+
- Using the cache we set up earlier for it to store to and to retrieve
140140

141141
{% raw %}
142142
```yaml

0 commit comments

Comments
 (0)