drone-cache icon indicating copy to clipboard operation
drone-cache copied to clipboard

A Drone plugin for caching current workspace files between builds to reduce your build times

Results 40 drone-cache issues
Sort by recently updated
recently updated
newest added

### Observed Behaviour I have a job which is trying to cache about 8GB of data rather than download it again from the internet. Sadly it fails with the following...

bug

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220722155217-630584e8d5aa to 0.17.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20220722155217-630584e8d5aa&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.53.0 to 1.56.3. Release notes Sourced from google.golang.org/grpc's releases. Release 1.56.3 Security server: prohibit more than MaxConcurrentStreams handlers from running at once (CVE-2023-44487) In addition to this...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

In my DroneCI Pipeline, I am able to use drone-cache when providing IAM User credentials directly as environment variables. Example: ```yaml steps: - name: restore-cache image: meltwater/drone-cache environment: AWS_ACCESS_KEY_ID: from_secret:...

**Describe the bug** Using 2 or more glob paths for the `mount` paths causes a panic **To Reproduce** Steps to reproduce the behavior: 1. Using the following config in drone:...

**Describe the bug** When using glob paths on the `mount` value for directories, those directories aren't restored on subsequent pipeline runs **To Reproduce** Steps to reproduce the behavior: 1. Using...

**Describe the bug** It's possible that I am just making a stupid mistake, but here is a description of the problem. Trying to cache a directory that is outside the...

**Describe the bug** When caching to Azure blobs, the container name is being ignored. I have identified the issue: The cli.StringFlag on line 529 in main.go is being captured as...

**Describe the bug** can't cache gradle dependencies. I mount host directory `/tmp/cache/gradle` as cache. I checked that it's exact gradle depedencies directory. but rebuilding cache failed **To Reproduce** Steps to...