From 67261cc892c1b31bbb4395e2df733f7318762e6f Mon Sep 17 00:00:00 2001 From: MtnBurrit0 <77340197+mimartin12@users.noreply.github.com> Date: Mon, 20 Apr 2026 07:28:50 -0600 Subject: [PATCH] Remove cache-from and cache-to options in workflow (#489) --- .github/workflows/build-bitwarden-lite.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-bitwarden-lite.yml b/.github/workflows/build-bitwarden-lite.yml index 7d29c39..f73fb28 100644 --- a/.github/workflows/build-bitwarden-lite.yml +++ b/.github/workflows/build-bitwarden-lite.yml @@ -213,8 +213,6 @@ jobs: SERVER_TAG=${{ steps.tag.outputs.image_tag }} WEB_IMAGE=${{ steps.web-tag.outputs.web_image }} WEB_TAG=${{ steps.web-tag.outputs.web_tag }} - cache-from: type=gha - cache-to: type=gha,mode=min - name: Install Cosign uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0