Make image variable

This commit is contained in:
Webber
2020-01-29 22:44:16 +01:00
committed by Webber Takken
parent d6c937fe37
commit 545600f75b
2 changed files with 8 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
FROM gableroux/unity3d:2019.2.11f1
ARG IMAGE
FROM $IMAGE
LABEL "com.github.actions.name"="Unity - Test runner"
LABEL "com.github.actions.description"="Run tests for any Unity project."