From 989c8e0bcd0867a3da55ab269872e421e6eed547 Mon Sep 17 00:00:00 2001
From: Griefed <griefed@griefed.de>
Date: Sat, 10 Jul 2021 15:07:12 +0200
Subject: [PATCH] chore: Provide some details on what is inside this image

---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index 338ac97..ecad3bc 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,17 @@
+# Sources, GitHub, GitLab and Mirroring and all that good stuff
+
+Repositories on GitHub are now for issues only. I've set up my own installation of GitLab and moved all my repositories over to [Git.Griefed.de](https://git.griefed.de/users/Griefed/projects). Make sure to check there first for the latest code before opening an issue on GitHub.
+
+For questions, you can always join my [Discord server](https://discord.griefed.de) and talk to me there.
+
+---
+
 # gitlab-ci-cd
 Provides GitLab Semantic Release, buildx, JDK 8, NodeJS for Griefed's GitLab CI/CD pipelines.
+
+Combines:
+- [docker-buildx](https://git.griefed.de/prosper/docker-with-buildx)
+- JDK8 for CI
+- [GitLab Semantic Release](https://git.griefed.de/prosper/gitlab-semantic-release)
+- NodeJS for CI
+
-- 
GitLab