with ARGS

This commit is contained in:
Webber 2019-12-10 23:31:08 +01:00
parent 49918d2b97
commit 9de21a7985
2 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,8 @@ jobs:
BUILD_TARGET: WebGL
BUILDS_PATH: builds
BUILD_METHOD: ""
with:
args: IMAGE_TARGET_ARG=a_value
# Upload distributables
- name: Upload Build

View File

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