clarify allowed docker images for packageMode

This commit is contained in:
Aaron Trudeau
2022-02-22 21:11:26 -05:00
parent 99e23337e3
commit 362048460f

View File

@@ -9,7 +9,7 @@ inputs:
customImage:
required: false
default: ''
description: 'Specific docker image that should be used for testing the project'
description: 'Specific docker image that should be used for testing the project. If packageMode is true, this image must be compatible with apt-get.'
projectPath:
required: false
description: 'Path to the Unity project or package to be tested.'