chore: bump patch version to 1.5.2, add monitor container

This commit is contained in:
2026-05-03 16:03:49 +02:00
parent 6d8ff752f5
commit 7deccea768
8 changed files with 302 additions and 3 deletions
+6
View File
@@ -30,6 +30,12 @@ docker buildx build --platform ${PLATFORMS} \
--push \
./frontend
docker buildx build --platform ${PLATFORMS} \
-t ${REGISTRY}/${PROJECT}/monitor:latest \
-f monitor/Dockerfile \
--push \
.
echo ""
echo "✅ Done! Multi-platform images successfully pushed to ${REGISTRY}"
echo " Platforms: ${PLATFORMS}"