Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix make targets docker-build and docker-publish (#1694)
  • Loading branch information
RalfBarkow committed Sep 3, 2020
1 parent 8214877 commit d06b6a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/04-publishing-deployment/publishing.md
Expand Up @@ -20,7 +20,7 @@ License along with Knora. If not, see <http://www.gnu.org/licenses/>.
# 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:

Expand All @@ -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
```

0 comments on commit d06b6a6

Please sign in to comment.