Skip to content

Commit ac093c1

Browse files
authored
Merge pull request #301 from rumpl/fix-taskfile
Dependencies are defined with "deps", not "dependencies"
2 parents a7472fd + 665a147 commit ac093c1

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)