Skip to content

Commit 665a147

Browse files
committed
Dependencies are defined with "deps", not "dependencies"
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
1 parent 428701a commit 665a147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tasks:
7777
vars:
7878
DOCKER_ID:
7979
sh: curl -s --unix-socket ~/Library/Containers/com.docker.docker/Data/backend.sock http://_/registry/info | jq -r .id
80-
depends: ["build"]
80+
deps: ["build"]
8181
cmd: ./bin/cagent build --push ./examples/{{.AGENT}}.yaml {{.DOCKER_ID}}/cagent-{{.AGENT}}
8282

8383
push-agents:

0 commit comments

Comments
 (0)