Open cheburakshu opened 1 year ago
Skaffold builds separate images when skaffold run and skaffold debug are run despite no change in the docker file. Is this expected?
skaffold run
skaffold debug
got over this by setting SKAFFOLD_CACHE_ARTIFACTS to false and bypassing skaffold cache entirely. You may close this if you would like.
SKAFFOLD_CACHE_ARTIFACTS
false
Skaffold builds separate images when
skaffold run
andskaffold debug
are run despite no change in the docker file. Is this expected?