move container up to job

This commit is contained in:
Webber 2019-12-10 23:33:50 +01:00
parent 3da11f68f6
commit fe5c3d3820

View File

@ -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 }}