We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf9ebe commit 8e8e00fCopy full SHA for 8e8e00f
Makefile
@@ -137,6 +137,7 @@ build-images:
137
@./build/build-image.sh images/nginx-backend nginx-backend
138
@./build/build-image.sh images/argo-controller argo-controller
139
@./build/build-image.sh images/argo-executor argo-executor
140
+ @./build/build-image.sh images/python-packager python-packager
141
142
push-images:
143
@./build/push-image.sh spark
@@ -152,6 +153,7 @@ push-images:
152
153
@./build/push-image.sh nginx-backend
154
@./build/push-image.sh argo-controller
155
@./build/push-image.sh argo-executor
156
+ @./build/push-image.sh python-packager
157
158
build-cli:
159
@./build/cli.sh
0 commit comments