From 6e0d5d1b39e62364ccbdeb55d89c24d6ec233abb Mon Sep 17 00:00:00 2001 From: TheDancingDeveloper Date: Fri, 31 Jul 2026 00:39:15 +0000 Subject: [PATCH] ci: avoid blocking image publish on cache export --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b05f8c9..69552a2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,4 +97,7 @@ jobs: ghcr.io/thedancingdeveloper-org/ngms:latest ghcr.io/thedancingdeveloper-org/ngms:sha-${{ github.sha }} cache-from: type=gha - cache-to: type=gha,mode=max + # The first canonical push uploaded the image successfully, then + # wedged for more than 20 minutes exporting its optional GHA cache. + # Keep cache reads, but do not let cache publication hold the image + # delivery gate open indefinitely on the self-hosted publisher.