From 40d7843f7d9f276fc7257d51315b24348f810640 Mon Sep 17 00:00:00 2001 From: Heiko Joerg Schick Date: Thu, 15 Aug 2024 21:03:55 +0200 Subject: [PATCH] Added build commands for container --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c408272..2afcba8 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,12 @@ Use the built-in continuous integration in GitLab. - [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/) - [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html) +``` + docker login registry.gitlab.h3132.de + docker build -t registry.gitlab.h3132.de/risc-v/toolchain:2024-08-15 . + docker push registry.gitlab.h3132.de/risc-v/toolchain:2024-08-15 +``` + *** # Editing this README