Question: using layer caching
Is it possible to use caching on the skaffold run command? Right now it takes a long time for me every time because all local container has to be rebuilt and pushed although there hasn't been any changes
Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.96. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Hello! Did caching ever work for you @NixBiks @vladyslavvolkov . Any example of the workflow or runs? I am using action/cache@v2 to cache the images, the cache gets saved and restored but when skaffold runs, it builds new images instead of cached ones.