From e2c391a92e7e2f6e87cf968307a9519fd956dc33 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Thu, 5 Feb 2026 09:47:38 -0500 Subject: [PATCH] Ensure base image is refreshed for builds --- .github/workflows/default.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 62fb637..b035388 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -92,3 +92,5 @@ jobs: platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.prep.outputs.tags }} + pull: true + no-cache: true