Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix publishing #1694

Merged
merged 2 commits into from Sep 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
```