Skip to content

Commit 844f92c

Browse files
authored
build: fix intro of distributed build section (#22189)
<!--Delete sections as needed --> ## Description Oversight from #22126. We have a single tag being pushed. ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: CrazyMax <[email protected]>
1 parent d3530dd commit 844f92c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

content/manuals/build/ci/github-actions/multi-platform.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,8 @@ each platform across multiple runners and create manifest list using the
109109

110110
The following workflow will build the image for each platform on a dedicated
111111
runner using a matrix strategy and push by digest. Then, the `merge` job will
112-
create manifest lists and push them to two registries:
113-
114-
- Docker Hub: `docker.io/docker-user/my-app`
115-
- GitHub Container Registry: `ghcr.io/gh-user/my-app`
116-
117-
This example also uses the [`metadata` action](https://github.com/docker/metadata-action)
118-
to set tags and labels.
112+
create manifest lists and push them to Docker Hub. The [`metadata` action](https://github.com/docker/metadata-action)
113+
is used to set tags and labels.
119114

120115
```yaml
121116
name: ci

0 commit comments

Comments
 (0)