mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-09 17:20:39 +00:00
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
|
||||
* **email** - authenticates with this email
|
||||
* **repo** - repository name for the image
|
||||
* **tag** - repository tag for the image
|
||||
* **file** - dockerfile to be used, defaults to Dockerfile
|
||||
* **tag**, **tags** - repository tags for the image
|
||||
* **dockerfile** - dockerfile to be used, defaults to Dockerfile
|
||||
* **context** - the context path to use, defaults to root of the git repo
|
||||
* **insecure** - enable insecure communication to this registry
|
||||
* **mirror** - use a mirror registry instead of pulling images directly from the central Hub
|
||||
@ -70,7 +70,7 @@ pipeline:
|
||||
insecure: false
|
||||
```
|
||||
|
||||
Publish and image with multiple tags:
|
||||
Publish an image with multiple tags:
|
||||
|
||||
```yaml
|
||||
pipeline:
|
||||
|
Loading…
Reference in New Issue
Block a user