container option build arg

This commit is contained in:
Webber 2019-12-10 23:32:32 +01:00
parent 9de21a7985
commit 3da11f68f6

View File

@ -26,6 +26,8 @@ jobs:
# Configure builder
- name: Build project
id: buildStep
container:
options: --build-arg IMAGE_TARGET_ARG=a_value
uses: ./
env:
IMAGE_VERSION: ${{ matrix.version }}
@ -35,8 +37,6 @@ jobs:
BUILD_TARGET: WebGL
BUILDS_PATH: builds
BUILD_METHOD: ""
with:
args: IMAGE_TARGET_ARG=a_value
# Upload distributables
- name: Upload Build