Open cyrilhuang opened 7 months ago
Not sure if the following log is related: `Generating tags...
No matter what I;ve changed, it's always findind latest tag, while in my previous implementation (skaffold/v2beta5), the log shows that everytime the tag is different in building step. `Generating tags...
I'm trying to integrate skaffold with rules_oci to replace the deprecated rules_docker, but encountered some problems during testing:
spec.template.spec.containers[0].image: {{ .Values.image }}
, but new skaffold does not insert this value, causing we have to hardcode this valueExpected behavior
Actual behavior
Information
Steps to reproduce the behavior