chore: build more images using repo
diff --git a/Earthfile b/Earthfile
index 5546dd4..52dde3e 100644
--- a/Earthfile
+++ b/Earthfile
@@ -49,8 +49,12 @@
   SAVE IMAGE --push ghcr.io/vexxhost/atmosphere:${tag}
 
 images:
-  BUILD ./images/glance+image
+  BUILD ./images/barbican+image
   BUILD ./images/cluster-api-provider-openstack+image
+  BUILD ./images/glance+image
+  BUILD ./images/heat+image
+  BUILD ./images/octavia+image
+  BUILD ./images/placement+image
 
 pin-images:
   FROM +build.venv.dev