pass arg directly, without flag
parent
1078153e6e
commit
f9210a326d
|
@ -14,7 +14,7 @@ jobs:
|
||||||
target: [webgl, android]
|
target: [webgl, android]
|
||||||
container:
|
container:
|
||||||
image: node:10.16-jessie
|
image: node:10.16-jessie
|
||||||
options: --build-arg IMAGE_TARGET_ARG=a_value
|
options: 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
|
||||||
|
|
Loading…
Reference in New Issue