toddlers: move back to build from the production branch

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-01-06 18:21:21 +01:00
parent 69e11c43da
commit 15968c2909

View file

@ -16,7 +16,7 @@ spec:
{% if env == 'staging' %}
ref: "staging"
{% else %}
ref: "debug"
ref: "production"
{% endif %}
strategy:
type: Docker