[PR #4585] [CLOSED] Switch to Github Actions cache #2791

Closed
opened 2025-10-09 18:11:37 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4585
Author: @dfunkt
Created: 5/23/2024
Status: Closed

Base: mainHead: use-github-cache


📝 Commits (1)

  • 6882284 Switch to Github Actions cache

📊 Changes

2 files changed (+2 additions, -42 deletions)

View changed files

📝 .github/workflows/release.yml (+2 -16)
.github/workflows/releasecache-cleanup.yml (+0 -26)

📄 Description

  • remove releasecache-cleanup.yml, GHA cache auto removes oldest cache files after 10GB usage or files not being accessed for more than 7 days
  • remove unnecessary step in release.yml, GHA cache doesn't require GHCR login

More info:
https://github.com/moby/buildkit?tab=readme-ov-file#github-actions-cache-experimental


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/4585 **Author:** [@dfunkt](https://github.com/dfunkt) **Created:** 5/23/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `use-github-cache` --- ### 📝 Commits (1) - [`6882284`](https://github.com/dani-garcia/vaultwarden/commit/6882284eddedb674f803b8e1cf734c946d5abede) Switch to Github Actions cache ### 📊 Changes **2 files changed** (+2 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+2 -16) ➖ `.github/workflows/releasecache-cleanup.yml` (+0 -26) </details> ### 📄 Description - remove releasecache-cleanup.yml, GHA cache auto removes oldest cache files after 10GB usage or files not being accessed for more than 7 days - remove unnecessary step in release.yml, GHA cache doesn't require GHCR login More info: https://github.com/moby/buildkit?tab=readme-ov-file#github-actions-cache-experimental --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:11:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2791