File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
content/manuals/build/ci/github-actions Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -109,13 +109,8 @@ each platform across multiple runners and create manifest list using the
109109
110110The following workflow will build the image for each platform on a dedicated
111111runner 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
121116name: ci
You can’t perform that action at this time.
0 commit comments