Fix path to Dockerfiles
This commit is contained in:
parent
dc5081e753
commit
1df357caa9
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
- task: build-rust-xwin
|
||||
file: repo/tasks/build-image.yml
|
||||
vars:
|
||||
context: images/rust-xwin
|
||||
context: repo/images/rust-xwin
|
||||
target: rust-xwin
|
||||
dockerfile: ''
|
||||
output_mapping:
|
||||
|
@ -31,7 +31,7 @@
|
|||
- task: build-rust-xwin-ci
|
||||
file: repo/tasks/build-image.yml
|
||||
vars:
|
||||
context: images/rust-xwin
|
||||
context: repo/images/rust-xwin
|
||||
target: rust-xwin-ci
|
||||
dockerfile: ''
|
||||
output_mapping:
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
privileged: true
|
||||
file: repo/tasks/build-image.yml
|
||||
vars:
|
||||
context: images/{{ job.name }}
|
||||
context: repo/images/{{ job.name }}
|
||||
dockerfile: ''
|
||||
target: ''
|
||||
{%- if "args" in job %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue