1
Fork 0

Fix missing task vars

This commit is contained in:
Lucas Schwiderski 2024-08-24 11:40:07 +02:00
parent 1ce5b812c6
commit dc5081e753
Signed by: lucas
GPG key ID: AA12679AAA6DF4D8
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -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() %}