Added build commands for container

This commit is contained in:
2024-08-15 21:03:55 +02:00
parent 2eaac58d2b
commit 40d7843f7d
+6
View File
@@ -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/) - [ ] [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) - [ ] [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 # Editing this README