From 26c57f3be61f75b48a6d8f501c162e2e014e3c94 Mon Sep 17 00:00:00 2001 From: "Laisky.Cai" Date: Wed, 27 Nov 2024 06:02:49 +0000 Subject: [PATCH] fix: comment out cache-to option in CI workflow for clarity --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d8cc14a..005347ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: push: true tags: ppcelery/one-api:latest cache-from: type=gha - cache-to: type=gha,mode=max + # cache-to: type=gha,mode=max build_hash: runs-on: ubuntu-latest