Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
699dc55f06
1 changed files with 1 additions and 1 deletions
2
docs/build/publish.md
vendored
2
docs/build/publish.md
vendored
|
@ -5,7 +5,7 @@ Drone uses the `publish` section of the `.drone.yml` to configure publish steps.
|
||||||
An example configuration that builds a Docker image and publishes to the registry:
|
An example configuration that builds a Docker image and publishes to the registry:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
pubish:
|
publish:
|
||||||
docker:
|
docker:
|
||||||
username: kevinbacon
|
username: kevinbacon
|
||||||
password: pa55word
|
password: pa55word
|
||||||
|
|
Loading…
Reference in a new issue