Fix registry dependency for container jobs (#1152)

diff --git a/zuul.d/container-images/tempest.yaml b/zuul.d/container-images/tempest.yaml
index 1d81749..1a979e2 100644
--- a/zuul.d/container-images/tempest.yaml
+++ b/zuul.d/container-images/tempest.yaml
@@ -27,6 +27,8 @@
     name: atmosphere-build-container-image-tempest
     parent: atmosphere-build-container-image
     dependencies:
+      - name: atmosphere-buildset-registry
+        soft: false
       - name: atmosphere-build-container-image-ubuntu
         soft: true
       - name: atmosphere-build-container-image-ubuntu-cloud-archive
@@ -62,6 +64,8 @@
     name: atmosphere-upload-container-image-tempest
     parent: atmosphere-upload-container-image
     dependencies:
+      - name: atmosphere-buildset-registry
+        soft: false
       - name: atmosphere-upload-container-image-ubuntu
         soft: true
       - name: atmosphere-upload-container-image-ubuntu-cloud-archive