mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Back to arg, inject with env?
This commit is contained in:
parent
2a0b61bd1e
commit
49918d2b97
@ -1,6 +1,6 @@
|
||||
ENV IMAGE_VERSION "2019.0.00f0"
|
||||
ENV IMAGE_TARGET "nothing"
|
||||
FROM gableroux/unity3d:${IMAGE_VERSION}-${IMAGE_TARGET}
|
||||
ARG IMAGE_VERSION_ARG=2019.0.00f0
|
||||
ARG IMAGE_TARGET_ARG=${IMAGE_TARGET}
|
||||
FROM gableroux/unity3d:${IMAGE_VERSION_ARG}-${IMAGE_TARGET_ARG}
|
||||
|
||||
LABEL "com.github.actions.name"="Unity - Builder"
|
||||
LABEL "com.github.actions.description"="Build Unity projects for different platforms."
|
||||
|
Loading…
Reference in New Issue
Block a user