From b2856ab64f0d022487585beec601826d6f7815ce Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Wed, 26 Jun 2019 07:49:55 +0900 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a61eea..04cec1e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ action "Docker Hub Description" { - `DOCKERHUB_USERNAME` - Docker Hub username - `DOCKERHUB_PASSWORD` - Docker Hub password -- `DOCKERHUB_REPOSITORY` - The name of the Docker Hub repository to update. (This may also be an environment variable if not considered sensitive) +- `DOCKERHUB_REPOSITORY` - The name of the Docker Hub repository to update. The action combines this with the username to locate the repository. i.e. `username/repository` + +Note that `DOCKERHUB_USERNAME` and `DOCKERHUB_REPOSITORY` may also be environment variables if not considered sensitive. #### Optionally specifying the file path