mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-07-03 08:22:00 +02:00
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:
+1
-1
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user