mirror of
https://github.com/addnab/docker-run-action.git
synced 2025-07-19 07:11:32 +03:00
update README
This commit is contained in:
22
README.md
22
README.md
@ -23,25 +23,3 @@ Docker already supports running commands inside a docker image. See [jobs.<jobs_
|
|||||||
echo "first line"
|
echo "first line"
|
||||||
echo "second line"
|
echo "second line"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Supported Inputs
|
|
||||||
```yaml
|
|
||||||
image:
|
|
||||||
description: 'Image'
|
|
||||||
required: true
|
|
||||||
options:
|
|
||||||
description: 'Options'
|
|
||||||
required: false
|
|
||||||
command:
|
|
||||||
description: 'Command'
|
|
||||||
required: false
|
|
||||||
registry:
|
|
||||||
description: 'Registry'
|
|
||||||
required: false
|
|
||||||
username:
|
|
||||||
description: 'Username'
|
|
||||||
required: false
|
|
||||||
password:
|
|
||||||
description: 'Password'
|
|
||||||
required: false
|
|
||||||
```
|
|
||||||
|
Reference in New Issue
Block a user