@@ -44,6 +44,11 @@ build:
-t $(GHCR)/$$svc:latest \
-f docker/Dockerfile . || exit 1; \
done
@echo "Building dashboard..."
docker build \
-t $(GHCR)/dashboard:$(SHA) \
-t $(GHCR)/dashboard:latest \
-f frontend/Dockerfile frontend/ || exit 1
push:
@for svc in $(SERVICES); do \
The note is not visible to the blocked user.