Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit deb7b04

Browse files
authored
Merge pull request #783 from blxdyx/optimize_release_size
release.yml: remove cache
2 parents 098c22a + 064140d commit deb7b04

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ jobs:
115115
docker buildx build \
116116
--output type=local,dest=${GITHUB_WORKSPACE}/docker-build-output \
117117
--output type=registry \
118-
--cache-from type=registry,ref=${{ env.DOCKER_URL }}:buildcache \
119-
--cache-to type=registry,ref=${{ env.DOCKER_URL }}:buildcache,mode=max \
120118
--attest type=provenance,mode=max \
121119
--sbom=true \
122120
--platform linux/amd64,linux/amd64/v2,linux/arm64 \

0 commit comments

Comments
 (0)