From e48b99686cb445c7ffeb96c840bcf5169fac8cc4 Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Mon, 28 Oct 2024 14:14:41 +0100 Subject: [PATCH] feat(taskfile): include docker building taskfile in the main one Signed-off-by: AtomicFS --- Taskfile.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index dc90bba2..aa73d485 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -3,6 +3,12 @@ version: '3' vars: SEMVER: 'v0.6.1' +includes: + containers: + taskfile: ./.dagger-ci/Taskfile.yml + dir: ./.dagger-ci + optional: true + tasks: build-go-binary: desc: Template task to build a go binary