Skip to content

Commit 4486b32

Browse files
Plocoupala
authored andcommitted
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
1 parent 17c862a commit 4486b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG BUILD_DATE
44
ARG VCS_REF
55
ARG VERSION
66
LABEL org.label-schema.build-date=$BUILD_DATE \
7-
org.label-schema.name="Let's Upload That Image" \
7+
org.label-schema.name="Lets Upload That Image" \
88
org.label-schema.url="https://lut.im/" \
99
org.label-schema.vcs-ref=$VCS_REF \
1010
org.label-schema.vcs-url="https://git.framasoft.org/luc/lutim" \

0 commit comments

Comments
 (0)