update link in README and image name in DOCS

This commit is contained in:
Michael de Wit
2016-12-07 12:04:45 +01:00
parent 9642e4f08e
commit 28d97bd1e8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ The following parameters are used to configure the plugin:
```yaml
pipeline:
restore-cache:
image: drillster/drone-cache
image: drillster/drone-volume-cache
restore: true
mount:
- ./node_modules
@@ -25,7 +25,7 @@ pipeline:
- npm install
rebuild-cache:
image: drillster/drone-cache
image: drillster/drone-volume-cache
rebuild: true
mount:
- ./node_modules
+1 -1
View File
@@ -1,7 +1,7 @@
# drone-volume-cache
This is a pure Bash [Drone](https://github.com/drone/drone) 0.5 plugin to cache files and/or folders to a locally mounted volume.
For more information on how to use the plugin, please take a look at [the docs](DOCS.md).
For more information on how to use the plugin, please take a look at [the docs](https://github.com/Drillster/drone-volume-cache/blob/master/DOCS.md).
## Docker
Build the docker image by running: