pass arg directly, without flag

This commit is contained in:
Webber 2019-12-10 23:42:17 +01:00
parent 1078153e6e
commit f9210a326d

View File

@ -14,7 +14,7 @@ jobs:
target: [webgl, android]
container:
image: node:10.16-jessie
options: --build-arg IMAGE_TARGET_ARG=a_value
options: IMAGE_TARGET_ARG=a_value
steps:
# Checkout repository (required to test local actions)
- name: Checkout repository