This commit is contained in:
parent
dee058ba49
commit
64b708adca
1 changed files with 59 additions and 0 deletions
59
README.md
Normal file
59
README.md
Normal file
|
@ -0,0 +1,59 @@
|
|||
## Docker build
|
||||
|
||||
### Description
|
||||
|
||||
Builds a docker image
|
||||
|
||||
### Inputs
|
||||
|
||||
| name | description | required | default |
|
||||
| --- | --- | --- | --- |
|
||||
| `name` | <p>Directory name</p> | `true` | `""` |
|
||||
| `REGISTRY_USERNAME` | <p>Registry username</p> | `true` | `""` |
|
||||
| `REGISTRY_TOKEN` | <p>Registry token</p> | `true` | `""` |
|
||||
| `DOCKER_USERNAME` | <p>Docker username</p> | `true` | `""` |
|
||||
| `DOCKER_PASSWORD` | <p>Docker password</p> | `true` | `""` |
|
||||
|
||||
|
||||
### Runs
|
||||
|
||||
This action is a `composite` action.
|
||||
|
||||
### Usage
|
||||
|
||||
```yaml
|
||||
- uses: ***PROJECT***@***VERSION***
|
||||
with:
|
||||
name:
|
||||
# Directory name
|
||||
#
|
||||
# Required: true
|
||||
# Default: ""
|
||||
|
||||
REGISTRY_USERNAME:
|
||||
# Registry username
|
||||
#
|
||||
# Required: true
|
||||
# Default: ""
|
||||
|
||||
REGISTRY_TOKEN:
|
||||
# Registry token
|
||||
#
|
||||
# Required: true
|
||||
# Default: ""
|
||||
|
||||
DOCKER_USERNAME:
|
||||
# Docker username
|
||||
#
|
||||
# Required: true
|
||||
# Default: ""
|
||||
|
||||
DOCKER_PASSWORD:
|
||||
# Docker password
|
||||
#
|
||||
# Required: true
|
||||
# Default: ""
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue