Skip to content

Commit 4ac4d6d

Browse files
authored
Merge pull request #474 from buildkite-plugins/sup-3533-docker-compose-issue-471-image-name-disappearing-in-v5_take_two
doc: correct push format in upgrading to v5 examples
2 parents d1ef67c + dcc2720 commit 4ac4d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/upgrading-to-v5.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ 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`
56+
* combine them into a single entry in the format `service:repository:tag`
5757

5858

5959
Example change:
@@ -64,7 +64,7 @@ Example change:
6464
- image-name: image-name-build_id
6565
- image-repository: image-repo-host/builds
6666
push:
67-
+ - image-repo-host/builds:image-name-build_id
67+
+ - base:image-repo-host/builds:image-name-build_id
6868
```
6969

7070
## `cli-version`

0 commit comments

Comments
 (0)