diff --git a/Dockerfile b/Dockerfile index fef29d96..a6bd8da5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -ENV INPUT_IMAGE_VERSION=2019.0.00f0 -ENV INPUT_IMAGE_TARGET=nothing -FROM gableroux/unity3d:${INPUT_IMAGE_VERSION}-${INPUT_IMAGE_TARGET} +ENV IMAGE_VERSION=2019.0.00f0 +ENV IMAGE_TARGET=nothing +FROM gableroux/unity3d:${IMAGE_VERSION}-${IMAGE_TARGET} LABEL "com.github.actions.name"="Unity - Builder" LABEL "com.github.actions.description"="Build Unity projects for different platforms."