Fix missing task vars
This commit is contained in:
parent
1ce5b812c6
commit
dc5081e753
2 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
vars:
|
||||
context: images/rust-xwin
|
||||
target: rust-xwin
|
||||
additional_targets: rust-xwin-ci
|
||||
dockerfile: ''
|
||||
output_mapping:
|
||||
image: image-rust-xwin
|
||||
- task: build-rust-xwin-ci
|
||||
|
@ -33,6 +33,7 @@
|
|||
vars:
|
||||
context: images/rust-xwin
|
||||
target: rust-xwin-ci
|
||||
dockerfile: ''
|
||||
output_mapping:
|
||||
image: image-rust-xwin-ci
|
||||
- in_parallel:
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
file: repo/tasks/build-image.yml
|
||||
vars:
|
||||
context: images/{{ job.name }}
|
||||
dockerfile: ''
|
||||
target: ''
|
||||
{%- if "args" in job %}
|
||||
params:
|
||||
{%- for name, value in job.args.items() %}
|
||||
|
|
Loading…
Add table
Reference in a new issue