Self-hosted GitHub Actions Cache Server


Summary of my bookmarked Github repositories from Feb 11th, 2024

Github repositories

  • falcondev-oss/github-actions-cache-server

    GitHub Actions Cache Server is a self-hosted solution for caching dependencies in CI/CD workflows. Supporting multiple storage options like MinIO, it offers security and extendability. Deployable via Docker, it requires setting up environment variables for configuration. Integration with self-hosted runners involves configuring environment variables and modifying the runner binary. Though a bit of a workaround, it ensures the runner uses the self-hosted cache server effectively without overwriting environment variables.