Skip to content

Commit

Permalink
ZBIO-495: collab example .. image push to ZKE
Browse files Browse the repository at this point in the history
  • Loading branch information
harishagrawal committed Jun 2, 2020
1 parent 734480c commit 5a0b072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions collaborate/fetcher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build:

dockerise: build
@docker build -f Dockerfile -t fetcher:latest .
${shell pwd}/../../push_image.sh fetcher:latest

deploy:
@kubectl apply -f fetcher.yaml
Expand Down
1 change: 1 addition & 0 deletions collaborate/retriever/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build:

dockerise: build
@docker build -f Dockerfile -t retriever:latest .
${shell pwd}/../../push_image.sh retriever:latest

deploy:
@kubectl apply -f retriever.yaml
Expand Down

0 comments on commit 5a0b072

Please sign in to comment.