Unverified Commit b0fa85fc authored by Gabriel Nützi's avatar Gabriel Nützi
Browse files

fix: add images to registry on startup

parent ac8b0ac8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -413,6 +413,11 @@ in
        "${name}-container" = {
          imageFile = jobImages.${name};
          image = "${imageNames.${name}}:latest";
          extraOptions = [
            "--docker-volumes-from"
            "nix-daemon-container:ro"
          ];
          dependsOn = [ "nix-daemon-container" ];
          cmd = [ "true" ];
        };
      }) jobImages);