Skip to content

Commit a2fbf6c

Browse files
committed
add note on expected format
1 parent 0538e28 commit a2fbf6c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/upgrading-to-v5.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The plugin should print out the override file used in the step's logs for you to
4444

4545
As per the documentation, the images you want to use as cache must have been built with the `BUILDKIT_INLINE_CACHE=1` build argument. Otherwise, the manifest used by docker to determine if the image contains layers that could be useful to pull will not be present and will not be used.
4646

47-
Note that docker silently ignores any `cache-from` configuration that is not valid or can not be used.
47+
Note that docker silently ignores any `cache-from` configuration that is not valid or can not be used.
4848

4949
## `image-repository` and/or `image-name`
5050

@@ -53,6 +53,8 @@ These options were used to push images in `build` steps.
5353
You need to:
5454
* delete these options
5555
* add a `push` or `run` on the very same step
56+
* combine them into a single entry in the format `repository:tag`
57+
5658

5759
Example change:
5860
```diff
@@ -77,4 +79,4 @@ Alternatively, you can add the same variable definition to your pipeline as a gl
7779

7880
## `collapse-run-log-groups`
7981

80-
Just rename the option to `collapse-logs`
82+
Just rename the option to `collapse-logs`

0 commit comments

Comments
 (0)