fix: image label name

Fix the label "name" of the image so that kaniko build does not fail:

> error building image: error building stage: failed to execute command: failed to process "Let's Upload That Image": unexpected end of statement while looking for matching single-quote
This commit is contained in:
Ploc
2021-06-18 18:35:57 +02:00
committed by Romain Du Chaffaut
parent 17c862ae19
commit 4486b32da5
+1 -1
View File
@@ -4,7 +4,7 @@ ARG BUILD_DATE
ARG VCS_REF
ARG VERSION
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="Let's Upload That Image" \
org.label-schema.name="Lets Upload That Image" \
org.label-schema.url="https://lut.im/" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.vcs-url="https://git.framasoft.org/luc/lutim" \