fix: comment out cache-to option in CI workflow for clarity

This commit is contained in:
Laisky.Cai 2024-11-27 06:02:49 +00:00
parent 95fda50365
commit 26c57f3be6

View File

@ -33,7 +33,7 @@ jobs:
push: true push: true
tags: ppcelery/one-api:latest tags: ppcelery/one-api:latest
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max # cache-to: type=gha,mode=max
build_hash: build_hash:
runs-on: ubuntu-latest runs-on: ubuntu-latest