mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Use with
input map
This commit is contained in:
parent
edf5790a45
commit
ab4a62b311
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -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
|
||||
|
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user