Skip to content

Commit

Permalink
Ignore cache exporting errors in the image building workflows (#2487)
Browse files Browse the repository at this point in the history
Signed-off-by: Xinmin Du <2812493086@qq.com>
  • Loading branch information
Doris-xm authored Jan 14, 2025
1 parent 3b554aa commit e548295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-publish-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e548295

Please sign in to comment.