Skip to content

Commit

Permalink
Ignore cache exporting errors in the image building workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Iwai <[email protected]>
  • Loading branch information
tenzen-y committed Nov 27, 2024
1 parent 13935a9 commit 907d8d7
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 @@ -52,5 +52,5 @@ runs:
file: ${{ inputs.dockerfile }}
push: ${{ inputs.push }}
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha
cache-from: type=gha,ignore-error=true
cache-to: type=gha

0 comments on commit 907d8d7

Please sign in to comment.