chore: add networking-infoblox images
diff --git a/Earthfile b/Earthfile
index 7a4cb11..fa14654 100644
--- a/Earthfile
+++ b/Earthfile
@@ -73,3 +73,10 @@
   FROM +gh
   ARG --required project
   RUN --secret GITHUB_TOKEN gh workflow run --repo vexxhost/docker-openstack-${project} sync.yml
+
+image-sync:
+  FROM golang:1.19
+  ARG --required project
+  WORKDIR /src
+  COPY . /src
+  RUN --secret GITHUB_TOKEN go run ./cmd/atmosphere-ci image repo sync ${project}