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 34a6c9e commit dc05f48Copy full SHA for dc05f48
tasks_build_img.yaml
@@ -1,10 +1,5 @@
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
"---":
@@ -32,7 +27,7 @@ tasks:
32
27
To overwrite this, set the 'OS' and 'ARCH' environment variables.
33
28
To overwrite the image's base path, set the 'IMAGE_REGISTRY' environment variable.
34
29
deps:
35
- - task: build:bin:build
30
+ - task: :bin:build # this requires a bin:build task to have been defined in the importing Taskfile
36
31
vars:
37
OS: '{{.OS}}'
38
ARCH: '{{.ARCH}}'
0 commit comments