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