From 843595a14f7af3f7753c3558838901c8a1023684 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Tue, 27 Aug 2019 12:01:15 +0900 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4813613..41aa04f 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ This is useful if you `docker push` your images to Docker Hub. It provides an ea #### Required environment variables -- `DOCKERHUB_USERNAME` - Docker Hub username -- `DOCKERHUB_PASSWORD` - Docker Hub password -- `DOCKERHUB_REPOSITORY` - The Docker Hub repository to update in the format `/` +- `DOCKERHUB_USERNAME` - Docker Hub username. If updating a Docker Hub repository belonging to an organization, this user must have `Admin` permissions for the repository. +- `DOCKERHUB_PASSWORD` - Docker Hub password. +- `DOCKERHUB_REPOSITORY` - The Docker Hub repository to update in the format `/`. Note that `DOCKERHUB_REPOSITORY` may also be passed as a secret if considered sensitive.