We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc05f48 commit 9b52c49Copy full SHA for 9b52c49
tasks_build_img.yaml
@@ -1,5 +1,10 @@
1
version: 3
2
3
+includes:
4
+ build:bin:
5
+ taskfile: tasks_build_bin.yaml
6
+ internal: true
7
+
8
tasks:
9
# This is a dummy task that serves as a separator between task namespaces in the 'task -l' output.
10
"---":
@@ -27,7 +32,7 @@ tasks:
27
32
To overwrite this, set the 'OS' and 'ARCH' environment variables.
28
33
To overwrite the image's base path, set the 'IMAGE_REGISTRY' environment variable.
29
34
deps:
30
- - task: :bin:build # this requires a bin:build task to have been defined in the importing Taskfile
35
+ - task: build:bin:build
31
36
vars:
37
OS: '{{.OS}}'
38
ARCH: '{{.ARCH}}'
0 commit comments