We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215a77f commit af3703eCopy full SHA for af3703e
1 file changed
tools/deployment-cli-tools/ch_cli_tools/skaffold.py
@@ -220,7 +220,7 @@ def identify_unicorn_based_main(candidates):
220
'images': [artifact['image'] for artifact in artifacts.values() if artifact['image']]
221
}
222
223
- if backend == COMPOSE_ENGINE or not helm_values.tag:
+ if backend == COMPOSE_ENGINE or helm_values.tag and not helm_values.local:
224
skaffold_conf['build']['tagPolicy'] = {
225
'envTemplate': {
226
'template': '"{{.TAG}}"'
0 commit comments