mirror of
https://github.com/drillster/drone-volume-cache.git
synced 2026-06-04 18:24:02 +08:00
update link in README and image name in DOCS
This commit is contained in:
@@ -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,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:
|
||||
|
||||
Reference in New Issue
Block a user