Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spencercjh committed Dec 8, 2022
1 parent 1878c90 commit a5fc4f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ Copy image from src to dst.
| src-creds | credentials with format: [USERNAME]:[PASSWORD] to pull source image | username:password |
| dst-image | destination image with tag to copy to | registry.cn-hangzhou.aliyuncs.com/coscene/platform:latest |
| dst-creds | credentials with format: [USERNAME]:[PASSWORD] to push destination image | username:password |

## Troubleshooting

1. You MUST ensure that the content of the credentials `[USERNAME]:[PASSWORD]` DOES NOT contain any colons(`:`) other
than the separator one. Otherwise, it is likely that the registry will not be accessed correctly. Of course, we can
extend the `cred` parameters to `registry`, `username` and `password` to avoid this problem. But this increases the
complexity of this action.

0 comments on commit a5fc4f7

Please sign in to comment.