Skip to content

Commit af3703e

Browse files
committed
Fix skaffold for local dev
1 parent 215a77f commit af3703e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/deployment-cli-tools/ch_cli_tools/skaffold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def identify_unicorn_based_main(candidates):
220220
'images': [artifact['image'] for artifact in artifacts.values() if artifact['image']]
221221
}
222222
}
223-
if backend == COMPOSE_ENGINE or not helm_values.tag:
223+
if backend == COMPOSE_ENGINE or helm_values.tag and not helm_values.local:
224224
skaffold_conf['build']['tagPolicy'] = {
225225
'envTemplate': {
226226
'template': '"{{.TAG}}"'

0 commit comments

Comments
 (0)