added changes from #78 [ci skip]
This commit is contained in:
parent
3710889029
commit
47fb17c239
6
DOCS.md
6
DOCS.md
@ -10,8 +10,8 @@ The following parameters are used to configure the plugin:
|
|||||||
* **password** - authenticates with this password
|
* **password** - authenticates with this password
|
||||||
* **email** - authenticates with this email
|
* **email** - authenticates with this email
|
||||||
* **repo** - repository name for the image
|
* **repo** - repository name for the image
|
||||||
* **tag** - repository tag for the image
|
* **tag**, **tags** - repository tags for the image
|
||||||
* **file** - dockerfile to be used, defaults to Dockerfile
|
* **dockerfile** - dockerfile to be used, defaults to Dockerfile
|
||||||
* **context** - the context path to use, defaults to root of the git repo
|
* **context** - the context path to use, defaults to root of the git repo
|
||||||
* **insecure** - enable insecure communication to this registry
|
* **insecure** - enable insecure communication to this registry
|
||||||
* **mirror** - use a mirror registry instead of pulling images directly from the central Hub
|
* **mirror** - use a mirror registry instead of pulling images directly from the central Hub
|
||||||
@ -70,7 +70,7 @@ pipeline:
|
|||||||
insecure: false
|
insecure: false
|
||||||
```
|
```
|
||||||
|
|
||||||
Publish and image with multiple tags:
|
Publish an image with multiple tags:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
pipeline:
|
pipeline:
|
||||||
|
Loading…
Reference in New Issue
Block a user