From cefbc26005b3965021641709ec04667d43885d65 Mon Sep 17 00:00:00 2001 From: "hongming-kimi-laptop (Molecule AI agent)" Date: Tue, 12 May 2026 19:36:57 -0700 Subject: [PATCH] fix(ci): avoid failing canvas publish on gha cache export --- .gitea/workflows/publish-canvas-image.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish-canvas-image.yml b/.gitea/workflows/publish-canvas-image.yml index f23911bc..62aac9cf 100644 --- a/.gitea/workflows/publish-canvas-image.yml +++ b/.gitea/workflows/publish-canvas-image.yml @@ -156,8 +156,9 @@ jobs: tags: | ${{ env.IMAGE_NAME }}:latest ${{ env.IMAGE_NAME }}:sha-${{ steps.tags.outputs.sha }} - cache-from: type=gha - cache-to: type=gha,mode=max + # Gitea artifact-cache reachability is best-effort on the operator + # runner network. Do not let cache export fail an image that already + # built and pushed successfully. labels: | org.opencontainers.image.source=https://git.moleculesai.app/${{ github.repository }} org.opencontainers.image.revision=${{ github.sha }}