Use with input map

This commit is contained in:
Webber 2019-12-10 00:19:04 +01:00
parent edf5790a45
commit ab4a62b311
2 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,8 @@ jobs:
BUILDS_PATH: builds
BUILD_METHOD: ""
with:
args: IMAGE_VERSION=${{ matrix.version }} IMAGE_TARGET=${{ matrix.target }}
image_version: ${{ matrix.version }}
image_target: ${{ matrix.target }}
# Upload distributables

View File

@ -1,7 +1,7 @@
ARG IMAGE_VERSION=2019.0.00f0
ARG IMAGE_TARGET=webgl
FROM gableroux/unity3d:${IMAGE_VERSION}-${IMAGE_TARGET}
FROM gableroux/unity3d:${INPUT_IMAGE_VERSION}-${INPUT_IMAGE_TARGET}
LABEL "com.github.actions.name"="Unity - Builder"
LABEL "com.github.actions.description"="Build Unity projects for different platforms."