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
|
- 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:
|
||||||
|
|
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue