mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-21 19:49:32 +01:00
Update README
This commit is contained in:
parent
ef7baa2fee
commit
b2856ab64f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue