Skip to content

Add `latest` tag to Docker images

Geert-Johan Riemer requested to merge feature/multiple-docker-tags into master

Created by: bartjkdp

With this change Docker images get tagged both by their commit hash and latest so users can deploy the latest version very easily without looking up the commit hash. Later we could consider a stable tag was well.

Merge request reports