From a175044f06edfa5ca5e4d72efe1d685c1793039e Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 14 Sep 2025 13:53:05 -0400 Subject: [PATCH] Removing unnecessary caching steps. --- .../workflows/pr-cloudflare-docker-deploy.yml | 30 +------------------ 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/.gitea/workflows/pr-cloudflare-docker-deploy.yml b/.gitea/workflows/pr-cloudflare-docker-deploy.yml index 5960eeb1..d4b25cc5 100644 --- a/.gitea/workflows/pr-cloudflare-docker-deploy.yml +++ b/.gitea/workflows/pr-cloudflare-docker-deploy.yml @@ -24,13 +24,6 @@ jobs: with: fetch-depth: 1 - - name: Cache tea CLI - id: cache-tea - uses: actions/cache@v4 - with: - path: /opt/hostedtoolcache/tea/${{ env.TEA_VERSION }}/x64 - key: tea-${{ runner.os }}-${{ env.TEA_VERSION }} - - name: Install tea uses: supplypike/setup-bin@v4 with: @@ -227,12 +220,6 @@ jobs: with: fetch-depth: 1 - - name: Cache flarectl CLI - uses: actions/cache@v4 - with: - path: ~/.flarectl - key: flarectl-${{ runner.os }}-${{ env.FLARECTL_VERSION }}-${{ hashFiles('workflow-config.yml') }} - - name: Install flarectl uses: supplypike/setup-bin@v4 with: @@ -240,14 +227,6 @@ jobs: name: flarectl version: ${{ env.FLARECTL_VERSION }} - - name: Cache Subdomain Files - uses: actions/cache@v4 - with: - path: | - compose_subdomains.txt - cloudflare_subdomains.txt - key: ${{ runner.os }}-subdomains-${{ hashFiles('docker-compose.yml') }} - - name: Grab Subdomains from Docker Compose & Cloudflare id: grab-subdomains env: @@ -364,13 +343,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Cache tea CLI - id: cache-tea - uses: actions/cache@v4 - with: - path: /opt/hostedtoolcache/tea/${{ env.TEA_VERSION }}/x64 - key: tea-${{ runner.os }}-${{ env.TEA_VERSION }} - - name: Install tea uses: supplypike/setup-bin@v4 with: @@ -433,7 +405,7 @@ jobs: id: cache-vault uses: actions/cache@v4 with: - path: /opt/hostedtoolcache/vault/${{ env.HC_VAULT_VERSION }}/x64 + path: /root/.vault/vault key: vault-${{ runner.os }}-${{ env.HC_VAULT_VERSION }} - name: Install Vault (only if not cached)