Merge "Remove wrong equal sign" into stable/wallaby

This commit is contained in:
Zuul 2022-08-01 09:02:22 +00:00 committed by Gerrit Code Review
commit 151b614c0e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# under the License.
{% for key, value in tcib_args.items() %}
ARG = {{ key }}={{ value | to_json }}
ARG {{ key }}={{ value | to_json }}
{% endfor %}
FROM {{ tcib_from }}
{% for key, value in tcib_labels.items() %}