File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,13 @@ jobs:
43
43
` ` `
44
44
45
45
1. 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.**
47
48
48
49
2. Specify the ` src` and `dst` registry, both of which are mandatory fields. The action allows multiple destination
49
50
registries 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**
51
53
52
54
# ### Using with ghaction-docker-meta
53
55
84
86
${{ steps.docker_meta.outputs.tags }}
85
87
` ` `
86
88
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