File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8080 sh : curl -s --unix-socket ~/Library/Containers/com.docker.docker/Data/backend.sock http://_/registry/info | jq -r .id
8181 depends : ["build"]
8282 cmds :
83- - cagent build --push ./examples/pirate.yaml {{.DOCKER_ID}}/cagent-pirate
84- - cagent build --push ./examples/github.yaml {{.DOCKER_ID}}/cagent-github
85- - cagent build --push ./examples/gopher.yaml {{.DOCKER_ID}}/cagent-gopher
86- - cagent build --push ./examples/mem.yaml {{.DOCKER_ID}}/cagent-mem
83+ - ./bin/ cagent build --push ./examples/pirate.yaml {{.DOCKER_ID}}/cagent-pirate
84+ - ./bin/ cagent build --push ./examples/github.yaml {{.DOCKER_ID}}/cagent-github
85+ - ./bin/ cagent build --push ./examples/gopher.yaml {{.DOCKER_ID}}/cagent-gopher
86+ - ./bin/ cagent build --push ./examples/mem.yaml {{.DOCKER_ID}}/cagent-mem
You can’t perform that action at this time.
0 commit comments