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