Add a comment about 2FA for password

As mentioned in #41 we can also use a token
instead of a password. This commit documents
this behavior to avoid digging in the code/issues...
This commit is contained in:
Nicolas R
2019-12-30 09:31:30 -07:00
committed by Lars
parent a6e48211ae
commit 68c8c5bc4e

View File

@@ -29,7 +29,7 @@ jobs:
`name` is the name of the image you would like to push
`username` the login username for the registry
`password` the login password for the registry
`password` the authentication token [preferred] or login password for the registry.
If you would like to publish the image to other registries, these actions might be helpful