From 2a496cafc003ef516d8039e773b3cf17e296dae8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Corn=C3=A9=20Lukken?= <lukken@astron.nl>
Date: Mon, 7 Oct 2024 12:24:45 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1f59257..f9503af 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,13 @@ GitLab conventions:
 
 - [CI/CD Baseline](https://git.astron.nl/groups/templates/-/wikis/Pipeline%20Baseline)
   - [Continuous Delivery (CD) Guidelines](https://git.astron.nl/groups/templates/-/wikis/Continuous%20Delivery%20Guideline)
+  - [Using CI/CD to create commits and tags](https://git.astron.nl/groups/templates/-/wikis/Using-CI-CD-to-create-commits-and-tags)
+- Security and user management
   - [Gitlab Repository Configuration](https://git.astron.nl/groups/templates/-/wikis/Gitlab%20Repository%20Configuration)
   - [Gitlab Runner Configuration](https://git.astron.nl/groups/templates/-/wikis/Gitlab%20Runner%20Configuration)
-  - [Using CI/CD to create commits and tags](https://git.astron.nl/groups/templates/-/wikis/Using-CI-CD-to-create-commits-and-tags)
+- Gitlab Configuration
+  - [Cleanup Docker Registry Images](https://git.astron.nl/groups/templates/-/wikis/Cleanup-Docker-Registry-Images)
+  - [Setting up Protected Version Tags](https://git.astron.nl/groups/templates/-/wikis/Setting-up-Protected-Version-Tags)
 - [Versioning](https://git.astron.nl/groups/templates/-/wikis/Versioning)
 - Proposal [Labeling Docker Images](https://git.astron.nl/groups/templates/-/wikis/Docker%20Image%20Labels)
 - [Licensing](https://git.astron.nl/groups/templates/-/wikis/Licensing)
-- 
GitLab