Coder Social home page Coder Social logo

Comments (2)

isac322 avatar isac322 commented on August 29, 2024 1

@datalogics-kam Added new option save-on-failure on v2, please check out https://github.com/isac322/buildkit-state/tree/v2.0.0#inputs.

from buildkit-state.

datalogics-kam avatar datalogics-kam commented on August 29, 2024

Thanks for the fix! I'm giving it a try, but it doesn't seem to save on failure for me...am I missing something?

Here's the step I'm using:

            - name: Cache and restore Docker buildkit state
              uses: isac322/buildkit-state@v2
              with:
                  buildx-name: ${{ steps.buildx.outputs.name }}
                  # Save the cache even if the tests fail
                  save-on-failure: true

And here are the debug logs where it decides to not do the post action:

##[debug]Evaluating condition for step: 'Post Cache and restore Docker buildkit state'
##[debug]Evaluating: (success() || github.event.inputs.save-on-failure)
##[debug]Evaluating Or:
##[debug]..Evaluating success:
##[debug]..=> false
##[debug]..Evaluating Index:
##[debug]....Evaluating Index:
##[debug]......Evaluating Index:
##[debug]........Evaluating github:
##[debug]........=> Object
##[debug]........Evaluating String:
##[debug]........=> 'event'
##[debug]......=> Object
##[debug]......Evaluating String:
##[debug]......=> 'inputs'
##[debug]....=> null
##[debug]..=> null
##[debug]=> null
##[debug]Expanded: (false || null)
##[debug]Result: null

from buildkit-state.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.