mirror of
https://github.com/thegeeklab/wp-docker-buildx.git
synced 2024-11-12 16:20:41 +00:00
Update DOCS.md [CI SKIP]
This commit is contained in:
parent
9e1029d1d1
commit
26af1d895d
8
DOCS.md
8
DOCS.md
@ -23,7 +23,7 @@ The following is a sample Docker configuration in your .drone.yml file:
|
|||||||
publish:
|
publish:
|
||||||
docker:
|
docker:
|
||||||
username: kevinbacon
|
username: kevinbacon
|
||||||
password: $$DOCKER_PASSWORD
|
password: pa55word
|
||||||
email: kevin.bacon@mail.com
|
email: kevin.bacon@mail.com
|
||||||
repo: foo/bar
|
repo: foo/bar
|
||||||
tag: latest
|
tag: latest
|
||||||
@ -37,7 +37,7 @@ You may want to dynamically tag your image. Use the `$$BRANCH`, `$$COMMIT` and `
|
|||||||
publish:
|
publish:
|
||||||
docker:
|
docker:
|
||||||
username: kevinbacon
|
username: kevinbacon
|
||||||
password: $$DOCKER_PASSWORD
|
password: pa55word
|
||||||
email: kevin.bacon@mail.com
|
email: kevin.bacon@mail.com
|
||||||
repo: foo/bar
|
repo: foo/bar
|
||||||
tag: $$BRANCH
|
tag: $$BRANCH
|
||||||
@ -49,7 +49,7 @@ Or you may prefer to build an image with multiple tags:
|
|||||||
publish:
|
publish:
|
||||||
docker:
|
docker:
|
||||||
username: kevinbacon
|
username: kevinbacon
|
||||||
password: $$DOCKER_PASSWORD
|
password: pa55word
|
||||||
email: kevin.bacon@mail.com
|
email: kevin.bacon@mail.com
|
||||||
repo: foo/bar
|
repo: foo/bar
|
||||||
tag:
|
tag:
|
||||||
@ -68,7 +68,7 @@ The Drone build environment is, by default, ephemeral meaning that you layers ar
|
|||||||
publish:
|
publish:
|
||||||
docker:
|
docker:
|
||||||
username: kevinbacon
|
username: kevinbacon
|
||||||
password: $$DOCKER_PASSWORD
|
password: pa55word
|
||||||
email: kevin.bacon@mail.com
|
email: kevin.bacon@mail.com
|
||||||
repo: foo/bar
|
repo: foo/bar
|
||||||
tag:
|
tag:
|
||||||
|
Loading…
Reference in New Issue
Block a user