We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1ef67c + dcc2720 commit 4ac4d6dCopy full SHA for 4ac4d6d
docs/upgrading-to-v5.md
@@ -53,7 +53,7 @@ These options were used to push images in `build` steps.
53
You need to:
54
* delete these options
55
* add a `push` or `run` on the very same step
56
-* combine them into a single entry in the format `repository:tag`
+* combine them into a single entry in the format `service:repository:tag`
57
58
59
Example change:
@@ -64,7 +64,7 @@ Example change:
64
- image-name: image-name-build_id
65
- image-repository: image-repo-host/builds
66
push:
67
-+ - image-repo-host/builds:image-name-build_id
++ - base:image-repo-host/builds:image-name-build_id
68
```
69
70
## `cli-version`
0 commit comments