Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ build-images:
@./build/build-image.sh images/nginx-backend nginx-backend
@./build/build-image.sh images/argo-controller argo-controller
@./build/build-image.sh images/argo-executor argo-executor
@./build/build-image.sh images/python-packager python-packager

push-images:
@./build/push-image.sh spark
Expand All @@ -152,6 +153,7 @@ push-images:
@./build/push-image.sh nginx-backend
@./build/push-image.sh argo-controller
@./build/push-image.sh argo-executor
@./build/push-image.sh python-packager

build-cli:
@./build/cli.sh
Expand Down