From 353fd253e93356720243f2ccde8b34a5801cfc10 Mon Sep 17 00:00:00 2001 From: SaelixCode Date: Sun, 22 Mar 2026 22:07:32 -0400 Subject: [PATCH] fix(ci): add load: true to buildx so Trivy can find the built image --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7502b178..97fd72f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,6 +83,7 @@ jobs: with: context: . push: false + load: true tags: sencho:pr-test cache-from: type=gha cache-to: type=gha,mode=max