Skip to content

Commit

Permalink
feat(taskfile): include docker building taskfile in the main one
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Nov 4, 2024
1 parent d627efd commit e48b996
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e48b996

Please sign in to comment.