File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Sources/swift-container-plugin/Documentation.docc Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ The following examples show how to set up the plugin for some popular registry p
3232
33333 . Copy the token and add it, together with your Docker ID, to your ` .netrc ` file under the machine name ` auth.docker.io ` :
3434
35+ The final ` .netrc ` entry should be similar to this:
36+
3537```
3638machine auth.docker.io
3739 login mydockerid
@@ -49,6 +51,8 @@ machine auth.docker.io
4951
50523 . Copy the token and add it, together with your GitHub username, to your ` .netrc ` file:
5153
54+ The final ` .netrc ` entry should be similar to this:
55+
5256```
5357machine ghcr.io
5458 login mygithubusername
@@ -86,6 +90,8 @@ Registries in different AWS regions are separate and require different authentic
8690 * **The login name must be `AWS`**.
8791 * The token is a large encoded string which is not shown in full in the example.
8892
93+ The final `.netrc` entry should be similar to this:
94+
8995```
9096machine 123456789012.dkr.ecr.us-west-2.amazonaws.com
9197 login AWS
You can’t perform that action at this time.
0 commit comments