Skip to content

Commit

Permalink
fix: build docs docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar authored and MoritzWeber0 committed Oct 20, 2023
1 parent 066fe23 commit 0795abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jupyter:
$(CAPELLA_DOCKERIMAGES) jupyter-notebook

docs:
docker build -t capella/collab/docs -t $(LOCAL_REGISTRY_NAME):$(REGISTRY_PORT)/capella/collab/docs docs/user
docker build -t capella/collab/docs -t $(LOCAL_REGISTRY_NAME):$(REGISTRY_PORT)/capella/collab/docs docs
docker push $(LOCAL_REGISTRY_NAME):$(REGISTRY_PORT)/capella/collab/docs

deploy: build capella helm-deploy open rollout
Expand Down

0 comments on commit 0795abc

Please sign in to comment.