move container up to job
parent
3da11f68f6
commit
fe5c3d3820
|
@ -12,6 +12,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
version: [2019.2.11f1, 2018.4.13f1]
|
version: [2019.2.11f1, 2018.4.13f1]
|
||||||
target: [webgl, android]
|
target: [webgl, android]
|
||||||
|
container:
|
||||||
|
options: --build-arg IMAGE_TARGET_ARG=a_value
|
||||||
steps:
|
steps:
|
||||||
# Checkout repository (required to test local actions)
|
# Checkout repository (required to test local actions)
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
@ -26,8 +28,6 @@ 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 }}
|
||||||
|
|
Loading…
Reference in New Issue