From 12318b8578aa393b1ce7474f6e0d500ef0850fe0 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 16 Sep 2025 18:38:29 -0400 Subject: [PATCH] Removing Vault caching for now. --- .gitea/workflows/pr-cloudflare-docker-deploy.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitea/workflows/pr-cloudflare-docker-deploy.yml b/.gitea/workflows/pr-cloudflare-docker-deploy.yml index f1de6248..7c3753da 100644 --- a/.gitea/workflows/pr-cloudflare-docker-deploy.yml +++ b/.gitea/workflows/pr-cloudflare-docker-deploy.yml @@ -393,14 +393,7 @@ jobs: with: ref: main - - name: Cache Vault install - id: cache-vault - uses: actions/cache@v4 - with: - path: /root/.vault/vault - key: vault-${{ runner.os }}-${{ env.HC_VAULT_VERSION }} - - - name: Install Vault (only if not cached) + - name: Install Vault uses: cpanato/vault-installer@main with: version: ${{ env.HC_VAULT_VERSION }}