Skip to content

Commit 856efcd

Browse files
Doris-xmmahdikhashan
authored andcommitted
Ignore cache exporting errors in the image building workflows (kubeflow#2487)
Signed-off-by: Xinmin Du <[email protected]> Signed-off-by: mahdikhashan <[email protected]>
1 parent 5000beb commit 856efcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template-publish-image/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ runs:
5858
push: ${{ inputs.push }}
5959
tags: ${{ steps.meta.outputs.tags }}
6060
cache-from: type=gha
61-
cache-to: type=gha,mode=max
61+
cache-to: type=gha,mode=max,ignore-error=true
6262
platforms: ${{ inputs.platforms }}

0 commit comments

Comments
 (0)