Skip to content

Commit 9b52c49

Browse files
committed
revert dc05f48
1 parent dc05f48 commit 9b52c49

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tasks_build_img.yaml

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

3+
includes:
4+
build:bin:
5+
taskfile: tasks_build_bin.yaml
6+
internal: true
7+
38
tasks:
49
# This is a dummy task that serves as a separator between task namespaces in the 'task -l' output.
510
"---":
@@ -27,7 +32,7 @@ tasks:
2732
To overwrite this, set the 'OS' and 'ARCH' environment variables.
2833
To overwrite the image's base path, set the 'IMAGE_REGISTRY' environment variable.
2934
deps:
30-
- task: :bin:build # this requires a bin:build task to have been defined in the importing Taskfile
35+
- task: build:bin:build
3136
vars:
3237
OS: '{{.OS}}'
3338
ARCH: '{{.ARCH}}'

0 commit comments

Comments
 (0)