Disable PUBLISH_ON_PROD by default
Describe the bug
When using both Docker template and Kubernetes template, the resulting pipeline is surprising:
- the docker-publish is made manual
- the k8s-production is made automatic
Looking deeper, it appears PUBLISH_ON_PROD
is defaulted to true by Docker template
Expected behavior
A consistent behavior should be prefered.