new cube clt and mx version

new docker registry
This commit is contained in:
2025-05-26 23:05:40 +02:00
parent 77dc72ce64
commit afe409f9d2
9 changed files with 83 additions and 99 deletions

View File

@@ -14,10 +14,10 @@ done
docker build -t nexus.springblast.de:8082/carly/docker-stm32/cubeclt:$tag $script_dir/.
docker build -t nexus.springblast.de:8082/carly/docker-stm32/cubeclt:latest $script_dir/.
docker build -t docker.springblast.de/stm32/cubeclt:$tag $script_dir/.
docker build -t docker.springblast.de/stm32/cubeclt:latest $script_dir/.
if [ "$push" = true ]; then
docker push nexus.springblast.de:8082/carly/docker-stm32/cubeclt:$tag
docker push nexus.springblast.de:8082/carly/docker-stm32/cubeclt:latest
docker push docker.springblast.de/stm32/cubeclt:$tag
docker push docker.springblast.de/stm32/cubeclt:latest
fi