From 1df357caa9116770cb873dcd5d23f1ab37ae89d4 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Sat, 24 Aug 2024 11:42:17 +0200 Subject: [PATCH] Fix path to Dockerfiles --- pipelines/jobs/rust-xwin.yml.j2 | 4 ++-- pipelines/jobs/simple-image.yml.j2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines/jobs/rust-xwin.yml.j2 b/pipelines/jobs/rust-xwin.yml.j2 index 7ba62a2..dad3951 100644 --- a/pipelines/jobs/rust-xwin.yml.j2 +++ b/pipelines/jobs/rust-xwin.yml.j2 @@ -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: diff --git a/pipelines/jobs/simple-image.yml.j2 b/pipelines/jobs/simple-image.yml.j2 index af64735..a151a57 100644 --- a/pipelines/jobs/simple-image.yml.j2 +++ b/pipelines/jobs/simple-image.yml.j2 @@ -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 %}