chore: build more images using repo
diff --git a/images/placement/Earthfile b/images/placement/Earthfile
new file mode 100644
index 0000000..ed72871
--- /dev/null
+++ b/images/placement/Earthfile
@@ -0,0 +1,10 @@
+VERSION 0.7
+
+image:
+ ARG PROJECT=placement
+ ARG RELEASE=zed
+ ARG REF=d7ced6bd2fc82caf458f20b5652888164b1bbb70
+ FROM ../openstack-service+image --PROJECT ${PROJECT} --RELEASE ${RELEASE} --PROJECT_REF ${REF}
+ SAVE IMAGE --push \
+ ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \
+ ghcr.io/vexxhost/atmosphere/${PROJECT}:${REF}