Skip to content

Commit ec2cdbe

Browse files
committed
remove image
1 parent c6907aa commit ec2cdbe

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

_docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ You can choose to opt out of each cache mechanism, both at the step definition l
2020

2121
In the Build execution dialog, click on the "Advanced Options" button, under "More Options", select the appropriate checkbox to ignore docker cache or cf cache.
2222

23-
{% include
24-
image.html
25-
lightbox="true"
26-
file="/images/921e51a-cache.png"
27-
url="/images/921e51a-cache.png"
28-
alt="cache.png"
29-
max-width="40%"
30-
%}
31-
3223
### Disabling consistently at the build definition
3324

34-
In the build step YAML, set `no_cache: true` to disable docker local cache, and `no_cf_cache: true` to disable codefresh's additional optimizations such as cache-from.
25+
In the build step YAML, set `no_cache: true` to disable docker local cache, and `no_cf_cache: true` to disable codefresh's additional optimizations such as cache-from.

0 commit comments

Comments
 (0)