Commit fa4fe97
committed
fix: force nightly Caddy rebuild through the correct cache key
Ensure the nightly image does not reuse a stale Caddy builder layer, which
was allowing the published image to keep reporting Caddy 2.11.2 even after
the Dockerfile pin moved to 2.11.3.
This change corrects the Buildx cache exclusion input so the nightly pipeline
actually rebuilds the Caddy stage before publishing and scanning the image.
That prevents the supply-chain checks and GitHub security reporting from being
fed an outdated binary.1 parent f097d59 commit fa4fe97
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
0 commit comments