mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-24 21:19:33 +01:00
Update README
This commit is contained in:
parent
aa956b3fe8
commit
843595a14f
1 changed files with 3 additions and 3 deletions
|
@ -19,9 +19,9 @@ This is useful if you `docker push` your images to Docker Hub. It provides an ea
|
||||||
|
|
||||||
#### Required environment variables
|
#### Required environment variables
|
||||||
|
|
||||||
- `DOCKERHUB_USERNAME` - Docker Hub username
|
- `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_PASSWORD` - Docker Hub password.
|
||||||
- `DOCKERHUB_REPOSITORY` - The Docker Hub repository to update in the format `<namespace>/<name>`
|
- `DOCKERHUB_REPOSITORY` - The Docker Hub repository to update in the format `<namespace>/<name>`.
|
||||||
|
|
||||||
Note that `DOCKERHUB_REPOSITORY` may also be passed as a secret if considered sensitive.
|
Note that `DOCKERHUB_REPOSITORY` may also be passed as a secret if considered sensitive.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue