Skip to content

Commit d59c485

Browse files
authored
Merge pull request #215 from dgageot/push-image
Allow pushing the cagent image
2 parents 6d127b7 + 263e0de commit d59c485

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Taskfile.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ tasks:
6969
desc: Build Docker image
7070
cmd: docker buildx build -t docker/cagent:latest {{.BUILD_ARGS}} .
7171

72+
push-image:
73+
desc: Build and Push Docker image
74+
cmd: docker buildx build --push -t docker/cagent:latest {{.BUILD_ARGS}} .
75+
7276
build-agents:
7377
desc: Build Demo dockerized agents
7478
vars:

0 commit comments

Comments
 (0)