How to save the cache in case of workflow failure #836
mrchandana
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to save the docker image cache even if the intermittent steps in the workflow fails.
Right now, it is saving the cache image only when the workflow execution is successful, but I want to save the image in cache if the pull is successful.
How to achieve the functionality of actions/cache/save@v4?
Beta Was this translation helpful? Give feedback.
All reactions