From 7d8d60d778c0010be78bd3575a4a80299b41a299 Mon Sep 17 00:00:00 2001 From: devthejo Date: Thu, 30 May 2024 16:28:39 +0200 Subject: [PATCH] fix: build --- plugins/contrib/jobs/build/use.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/contrib/jobs/build/use.yaml b/plugins/contrib/jobs/build/use.yaml index 5df0ba93e..bb2702ff8 100644 --- a/plugins/contrib/jobs/build/use.yaml +++ b/plugins/contrib/jobs/build/use.yaml @@ -117,6 +117,7 @@ runs: $buildctl_options_mtls \ build \ --frontend gateway.v0 \ + --opt source=docker/dockerfile:1 \ --local context=/workspace/{{ if $.with.context }}/{{ $.with.context }}{{ end }} \ --local dockerfile=/workspace{{ if $.with.context }}/{{ $.with.context }}{{ end }} \ --opt filename=./{{ or $.with.dockerfile "Dockerfile" }} \