File tree Expand file tree Collapse file tree 5 files changed +38
-0
lines changed
Expand file tree Collapse file tree 5 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ jobs:
144144 tags : ${{ steps.meta.outputs.tags }}
145145 provenance : false
146146 sbom : false
147+ no-cache : true
147148
148149 # Build ARM64 images for GHCR (main branch only, runs in parallel)
149150 build-ghcr-arm64 :
@@ -204,6 +205,7 @@ jobs:
204205 tags : ${{ steps.meta.outputs.tags }}
205206 provenance : false
206207 sbom : false
208+ no-cache : true
207209
208210 # Create GHCR multi-arch manifests (only for main, after both builds)
209211 create-ghcr-manifests :
Original file line number Diff line number Diff line change 9797 tags : ${{ steps.meta.outputs.tags }}
9898 provenance : false
9999 sbom : false
100+ no-cache : true
100101
101102 build-ghcr-arm64 :
102103 name : Build ARM64 (GHCR Only)
@@ -143,6 +144,7 @@ jobs:
143144 tags : ${{ steps.meta.outputs.tags }}
144145 provenance : false
145146 sbom : false
147+ no-cache : true
146148
147149 create-ghcr-manifests :
148150 name : Create GHCR Manifests
You can’t perform that action at this time.
0 commit comments