From d06b6a682a877e8363607184a25ca763f9954084 Mon Sep 17 00:00:00 2001 From: /rgb <1205477+RalfBarkow@users.noreply.github.com> Date: Thu, 3 Sep 2020 16:42:54 +0200 Subject: [PATCH] docs: fix make targets docker-build and docker-publish (#1694) --- docs/04-publishing-deployment/publishing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/04-publishing-deployment/publishing.md b/docs/04-publishing-deployment/publishing.md index ff54539a93..b3c37f5189 100644 --- a/docs/04-publishing-deployment/publishing.md +++ b/docs/04-publishing-deployment/publishing.md @@ -20,7 +20,7 @@ License along with Knora. If not, see . # Publishing Knora is published as a set of [Docker](https://www.docker.com) images under the -[DHLab Basel Dockerhub Organization](https://hub.docker.com/u/dhlabbasel). +[DaSCH Basel Dockerhub Organization](https://hub.docker.com/u/daschswiss). The following Docker images are published: @@ -45,11 +45,11 @@ using the result of `git describe`. The describe version is built from the The images can be published locally by running: ```bash -$ make build-all-images +$ make docker-build ``` or to Dockerhub: ```bash -$ make publish-all-images +$ make docker-publish ```