We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7472fd + 665a147 commit ac093c1Copy full SHA for ac093c1
1 file changed
Taskfile.yml
@@ -77,7 +77,7 @@ tasks:
77
vars:
78
DOCKER_ID:
79
sh: curl -s --unix-socket ~/Library/Containers/com.docker.docker/Data/backend.sock http://_/registry/info | jq -r .id
80
- depends: ["build"]
+ deps: ["build"]
81
cmd: ./bin/cagent build --push ./examples/{{.AGENT}}.yaml {{.DOCKER_ID}}/cagent-{{.AGENT}}
82
83
push-agents:
0 commit comments