From e5482959fc639817e9e708498d8afb890fcf2996 Mon Sep 17 00:00:00 2001 From: Du Xinmin Date: Wed, 15 Jan 2025 07:13:08 +0800 Subject: [PATCH] Ignore cache exporting errors in the image building workflows (#2487) Signed-off-by: Xinmin Du <2812493086@qq.com> --- .github/workflows/template-publish-image/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-publish-image/action.yaml b/.github/workflows/template-publish-image/action.yaml index 4118d06cd59..bd97c6882ce 100644 --- a/.github/workflows/template-publish-image/action.yaml +++ b/.github/workflows/template-publish-image/action.yaml @@ -58,5 +58,5 @@ runs: push: ${{ inputs.push }} tags: ${{ steps.meta.outputs.tags }} cache-from: type=gha - cache-to: type=gha,mode=max + cache-to: type=gha,mode=max,ignore-error=true platforms: ${{ inputs.platforms }}