Skip to content

Commit dc05f48

Browse files
committed
fix task dependency from img to bin Taskfiles
1 parent 34a6c9e commit dc05f48

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tasks_build_img.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
version: 3
22

3-
includes:
4-
build:bin:
5-
taskfile: tasks_build_bin.yaml
6-
internal: true
7-
83
tasks:
94
# This is a dummy task that serves as a separator between task namespaces in the 'task -l' output.
105
"---":
@@ -32,7 +27,7 @@ tasks:
3227
To overwrite this, set the 'OS' and 'ARCH' environment variables.
3328
To overwrite the image's base path, set the 'IMAGE_REGISTRY' environment variable.
3429
deps:
35-
- task: build:bin:build
30+
- task: :bin:build # this requires a bin:build task to have been defined in the importing Taskfile
3631
vars:
3732
OS: '{{.OS}}'
3833
ARCH: '{{.ARCH}}'

0 commit comments

Comments
 (0)