Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilerm authored Feb 16, 2021
1 parent 719f6d6 commit e9367f5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ jobs:
```
1. Login to all the registries from which you want to pull and push the multiplatform image.
NOTE: The source registry should be logged in at the last step.
**NOTE: The source registry should be logged in after all destination regisries are logged in.**
2. Specify the `src` and `dst` registry, both of which are mandatory fields. The action allows multiple destination
registries specified as a yaml string.
NOTE: If dockerhub is used, make sure that `docker.io` is specified in the image name

**NOTE: If dockerhub is used, make sure that `docker.io` is specified in the image name**

#### Using with ghaction-docker-meta

Expand Down Expand Up @@ -84,4 +86,4 @@ jobs:
${{ steps.docker_meta.outputs.tags }}
```

The output tags from the `docker_meta` can be used as destination tags for this github action.
The output tags from the `docker_meta` can be used as destination tags for this github action.

0 comments on commit e9367f5

Please sign in to comment.