mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-11 04:43:41 -04:00
pass arg directly, without flag
This commit is contained in:
parent
1078153e6e
commit
f9210a326d
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
Block a user