From 68c8c5bc4eeda027b22779e47d4e8a3dd7b7cc3c Mon Sep 17 00:00:00 2001 From: Nicolas R Date: Mon, 30 Dec 2019 09:31:30 -0700 Subject: [PATCH] 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... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8edbfa..9d59146 100644 --- a/README.md +++ b/README.md @@ -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