toddlers: switch back to building from the production branch

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-01-05 18:05:59 +01:00
parent 7f54d9eb0a
commit 045939cf83

View file

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