Run docker from javascript

This commit is contained in:
Webber
2019-12-22 15:05:15 +01:00
committed by Webber Takken
parent 9a639e97e3
commit 2ab738c083
19 changed files with 1013 additions and 181 deletions

View File

@@ -1,8 +1,5 @@
ARG IMAGE_REPOSITORY
ARG IMAGE_NAME
ARG IMAGE_VERSION
FROM $IMAGE_REPOSITORY/$IMAGE_NAME:$IMAGE_VERSION
ARG IMAGE
FROM $IMAGE
LABEL "com.github.actions.name"="Unity - Builder"
LABEL "com.github.actions.description"="Build Unity projects for different platforms."