From 2774ff3d56cea07513330c64bef6f426fb26394b Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Wed, 25 Dec 2019 12:29:43 +0900 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eef0cc5..088a698 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ This is useful if you `docker push` your images to Docker Hub. It provides an ea - `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 `/`. +- `DOCKERHUB_REPOSITORY` - The Docker Hub repository to update in the format `/`. May also be passed as a secret if considered sensitive. -Note that `DOCKERHUB_REPOSITORY` may also be passed as a secret if considered sensitive. +**Note**: Docker Hub [Personal Access Tokens](https://docs.docker.com/docker-hub/access-tokens/) cannot be used as they are not supported by the API. See [here](https://github.com/docker/hub-feedback/issues/1927) and [here](https://github.com/docker/hub-feedback/issues/1914) for further details. #### Optionally specifying the file path