chore: build more images using repo
diff --git a/images/heat/Earthfile b/images/heat/Earthfile
new file mode 100644
index 0000000..4fde452
--- /dev/null
+++ b/images/heat/Earthfile
@@ -0,0 +1,13 @@
+VERSION 0.7
+
+image:
+ ARG PROJECT=heat
+ ARG RELEASE=zed
+ ARG REF=a2b70a93658ecd2774f22c63a394c5629aefdbe7
+ FROM ../openstack-service+image --PROJECT ${PROJECT} --RELEASE ${RELEASE} --PROJECT_REF ${REF}
+ DO \
+ ../+APT_INSTALL \
+ --PACKAGES "curl"
+ SAVE IMAGE --push \
+ ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \
+ ghcr.io/vexxhost/atmosphere/${PROJECT}:${REF}