Compare commits
2 commits
4a81b84ddb
...
2bf95b5bcc
Author | SHA1 | Date | |
---|---|---|---|
2bf95b5bcc |
|||
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