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: vars:
context: images/rust-xwin context: images/rust-xwin
target: rust-xwin target: rust-xwin
additional_targets: rust-xwin-ci dockerfile: ''
output_mapping: output_mapping:
image: image-rust-xwin image: image-rust-xwin
- task: build-rust-xwin-ci - task: build-rust-xwin-ci
@ -33,6 +33,7 @@
vars: vars:
context: images/rust-xwin context: images/rust-xwin
target: rust-xwin-ci target: rust-xwin-ci
dockerfile: ''
output_mapping: output_mapping:
image: image-rust-xwin-ci image: image-rust-xwin-ci
- in_parallel: - in_parallel:

View file

@ -8,6 +8,8 @@
file: repo/tasks/build-image.yml file: repo/tasks/build-image.yml
vars: vars:
context: images/{{ job.name }} context: images/{{ job.name }}
dockerfile: ''
target: ''
{%- if "args" in job %} {%- if "args" in job %}
params: params:
{%- for name, value in job.args.items() %} {%- for name, value in job.args.items() %}