File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,13 @@ jobs:
4343` ` `
4444
45451. Login to all the registries from which you want to pull and push the multiplatform image.
46- NOTE: The source registry should be logged in at the last step.
46+
47+ **NOTE: The source registry should be logged in after all destination regisries are logged in.**
4748
48492. Specify the ` src` and `dst` registry, both of which are mandatory fields. The action allows multiple destination
4950registries specified as a yaml string.
50- NOTE : If dockerhub is used, make sure that `docker.io` is specified in the image name
51+
52+ **NOTE: If dockerhub is used, make sure that `docker.io` is specified in the image name**
5153
5254# ### Using with ghaction-docker-meta
5355
8486 ${{ steps.docker_meta.outputs.tags }}
8587` ` `
8688
87- The output tags from the `docker_meta` can be used as destination tags for this github action.
89+ The output tags from the `docker_meta` can be used as destination tags for this github action.
You can’t perform that action at this time.
0 commit comments