Skip to content

Commit 263e0de

Browse files
committed
Allow pushing the cagent image
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 6d127b7 commit 263e0de

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)