Giter VIP home page Giter VIP logo

Comments (4)

JustinGrote avatar JustinGrote commented on May 31, 2024 1

@whoan I'm just trying to use the native Github Actions runner with a dockerfile specified

I worked around it by manually specifying the docker run command to use the tagged 'my_awesome_image' that gets built, I don't think there's a way to specify extra docker commands to an action, so I guess it'll have to do for now.

from docker-build-with-cache-action.

JustinGrote avatar JustinGrote commented on May 31, 2024 1

@whoan I found a way to make this work while still running it as a native github action. You set up a test github action config and point it to the my_awesome_image container when running, and it will pick up the locally built container and run it rather than having to try to fetch it again or operate on a new dockerfile which doesn't pick up the cached stages.

Works great! Thanks for the awesome action
https://github.com/JustinGrote/Super-Duper-Linter/runs/797614138?check_suite_focus=true

from docker-build-with-cache-action.

whoan avatar whoan commented on May 31, 2024

@JustinGrote When you say that you run an image that uses the same dockerfile, I assume you are trying to build again without this action, so I wonder if you are passing the --cache-from switch to docker build which is needed to specify where to take cached from. That is what this action does: provide a list of caches to read from through --cache-from.

from docker-build-with-cache-action.

whoan avatar whoan commented on May 31, 2024

@JustinGrote I think that using the FULL_IMAGE_NAME would also work. It is an output of the action. It is the fully qualified image name, with the registry prefixed.

from docker-build-with-cache-action.

Related Issues (20)

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.