Skip to content

Commit 1b8d666

Browse files
authored
fix(build): fix corrupted sticky disk cache on blacksmith (#3273)
1 parent 71942cb commit 1b8d666

File tree

5 files changed

+38
-0
lines changed

5 files changed

+38
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/images.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
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
Lines changed: 12 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Loading

apps/sim/public/new/logo/plain.svg

Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)