with quotations

This commit is contained in:
Webber 2019-12-10 23:02:09 +01:00
parent 15c1410b72
commit 2a0b61bd1e

View File

@ -1,5 +1,5 @@
ENV IMAGE_VERSION=2019.0.00f0 ENV IMAGE_VERSION "2019.0.00f0"
ENV IMAGE_TARGET=nothing ENV IMAGE_TARGET "nothing"
FROM gableroux/unity3d:${IMAGE_VERSION}-${IMAGE_TARGET} FROM gableroux/unity3d:${IMAGE_VERSION}-${IMAGE_TARGET}
LABEL "com.github.actions.name"="Unity - Builder" LABEL "com.github.actions.name"="Unity - Builder"