Skip to content

Commit

Permalink
Fix docker push syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Oct 10, 2024
1 parent e7c38e2 commit f308125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_tool.cue
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ command: ci: {
build_docker: task.build_docker & {"vars": cfg.vars, build: $after: test_docker.stop.$done}

push: exec.Run & {
cmd: ["docker", "push"] + build_docker.tags
cmd: ["docker", "push", build_docker.tags[0]]
$after: build_docker.build.$done && build_test.kill.$done && build_test_caddy.kill.$done
}
}

0 comments on commit f308125

Please sign in to comment.