mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user