1
Fork 0

Fix path to Dockerfiles

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

View file

@ -23,7 +23,7 @@
- task: build-rust-xwin - task: build-rust-xwin
file: repo/tasks/build-image.yml file: repo/tasks/build-image.yml
vars: vars:
context: images/rust-xwin context: repo/images/rust-xwin
target: rust-xwin target: rust-xwin
dockerfile: '' dockerfile: ''
output_mapping: output_mapping:
@ -31,7 +31,7 @@
- task: build-rust-xwin-ci - task: build-rust-xwin-ci
file: repo/tasks/build-image.yml file: repo/tasks/build-image.yml
vars: vars:
context: images/rust-xwin context: repo/images/rust-xwin
target: rust-xwin-ci target: rust-xwin-ci
dockerfile: '' dockerfile: ''
output_mapping: output_mapping:

View file

@ -7,7 +7,7 @@
privileged: true privileged: true
file: repo/tasks/build-image.yml file: repo/tasks/build-image.yml
vars: vars:
context: images/{{ job.name }} context: repo/images/{{ job.name }}
dockerfile: '' dockerfile: ''
target: '' target: ''
{%- if "args" in job %} {%- if "args" in job %}