correct image names in docs

This commit is contained in:
Joachim Hill-Grannec
2017-02-18 17:16:45 -08:00
parent 1aadd0c87e
commit da6872ea1f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ The following is a sample Rancher configuration in your `.drone.yml` file:
```yaml
deploy:
rancher:
image: peloton/drone-rancher
url: https://example.rancher.com
access_key: 1234567abcdefg
secret_key: abcdefg1234567
+1 -1
View File
@@ -36,5 +36,5 @@ docker run --rm \
-e PLUGIN_DOCKER_IMAGE=<image> \
-v $(pwd):$(pwd) \
-w $(pwd) \
plugins/rancher
peloton/drone-rancher
```