github-actions-cache-server icon indicating copy to clipboard operation
github-actions-cache-server copied to clipboard

Self-hosted GitHub Actions cache server implementation. Compatible with official 'actions/cache' action

Results 31 github-actions-cache-server issues
Sort by recently updated
recently updated
newest added

I use macOS and use version github actions cache v4 and use last version docker image and i got this. ``` zstd: /*stdin*\: unsupported format tar: Error opening archive: Child...

Thanks for making this repository and project! Looks useful. I went to go and run it on EKS and utilise S3 (via a VPC endpoint) and immediately realised my usual...

We have observed that the application consumes significant memory during runtime. Initially, memory usage appears normal at startup, but once the workflow begins utilizing the cache-server, there is a noticeable...

Hey Louis, I am trying to setup the cache-server, but the runners are not able to connect to the self hosted cache server. Cache Server Manifest ``` apiVersion: apps/v1 kind:...

Hello 👋 We get the following error during cache-load in our jobs: ``` /*stdin*\ : Read error (39) : premature end /usr/bin/tar: Unexpected EOF in archive /usr/bin/tar: Unexpected EOF in...

### feat: Add Helm Chart for GitHub Actions Cache Server This PR introduces a Helm chart for deploying a GitHub Actions cache server on Kubernetes. With this addition, setting up...

Hello 👋 This PR adds the option to configure the postgres-client via the `connectionString` Parameter to allow additional client-config that is not possible using the current "fixed" Environment Variables. For...

Hello, As we patch the binary for ACTIONS_RESULTS_URL, the container action are missing the ACTIONS_RESULTS_URL variable. I had this error in actions/upload step: ``` Error: Unable to get the ACTIONS_RESULTS_URL...

### Question: Cache Invalidation Mechanism Hi team, I am trying to understand how the cache invalidation works under the hood in `github-actions-cache-server`. Could you provide an explanation or point me...