github-action-skaffold icon indicating copy to clipboard operation
github-action-skaffold copied to clipboard

Question: using layer caching

Open NixBiks opened this issue 5 years ago • 2 comments

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

NixBiks avatar Sep 21 '20 13:09 NixBiks

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.

issue-label-bot[bot] avatar Sep 21 '20 13:09 issue-label-bot[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.

rajivsavroop avatar May 19 '23 18:05 rajivsavroop