From d0f8f9649d6c45e64fc8170f6049fad010fce764 Mon Sep 17 00:00:00 2001 From: flange <38500-flange@users.noreply.git.rwth-aachen.de> Date: Sun, 30 Mar 2025 12:18:12 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a21c1cb..1b3f826 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Reusable Docker images are provided via GitLab's [container registry](https://gi ### Maintained image tags * `latest`: built from the `main` branch; used in [DALIA's production system](https://search.dalia.education) -* `dev`: build from the `dev` branch; used in DALIA's staging system +* `dev`: built from the `dev` branch; used in DALIA's staging system ### Deployment example -- GitLab